Html Css Color HEX #B98B7F Brandy Rose

📋 copy color: '#B98B7F'

red 185 ◦ green 139 ◦ blue 127

#B98B7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #B98B7F

Tints of Brandy Rose #B98B7F

RGB

 RED value IS 185 (72.66% from 255) = 41.02%

 GREEN value IS 139 (54.69% from 255) = 30.82%

 BLUE value IS 127 (50% from 255) = 28.16%

R = 41.02%
G = 30.82%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B98B7F (or 0xB98B7F) is known color: Brandy Rose. HEX triplet: B9, 8B and 7F. RGB value is (185,139,127). Sum of RGB (Red+Green+Blue) = 185+139+127=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98B7F is #467480. Grayscale: #979797. Windows color (decimal): -4617345 or 8358841. OLE color: 8358841.

HSL color Cylindrical-coordinate representation of color #B98B7F: hue angle of 12.41º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B98B7F is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 139 127 -
CMYK 0 0.25 0.31 0.27
HSL 12.41º 0.29% 0.61% -
HSV(B) 12.41º 0.31% 0.73% -
XYZ 33.07 30.31 24.19 -
YUV 151.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 185 139 127 0 0.25 0.31 0.27 12.41 0.29 0.61
Hex B9 8B 7F 0 19 1F 1B C 1D 3D
Octal 271 213 177 0 31 37 33 14 35 75
Binary 10111001 10001011 1111111 0 11001 11111 11011 1100 11101 111101

Color Harmonies of #B98B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98B7F

Black with #B98B7F

Text Example


Text Example

White with #B98B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98B7F; }

 p { color: rgb(185,139,127); }

 H1.HeaderClassName
 {
   color: #B98B7F;
 }
 .AnyTagClassName
 {
   color: #B98B7F;
 }
</style>

background-color css

<style>
 a { background-color: #B98B7F; }

 a { background-color: rgb(185,139,127); }

 div.DivClassName
 {
   background-color: #B98B7F;
 }
 .BgClassName
 {
   background-color: #B98B7F;
 }
</style>

border-color css

<style>
 span { border-color: #B98B7F; }

 span { border-color: rgb(185,139,127); }

 td.TdClassName
 {
   border-color: #B98B7F;
 }
 .TagClassName
 {
   border-color: #B98B7F;
 }
</style>