Html Css Color HEX #B98777 Brandy Rose

📋 copy color: '#B98777'

red 185 ◦ green 135 ◦ blue 119

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

Shades of Brandy Rose #B98777

Tints of Brandy Rose #B98777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.75%

 BLUE value IS 119 (46.88% from 255) = 27.11%

R = 42.14%
G = 30.75%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B98777 (or 0xB98777) is known color: Brandy Rose. HEX triplet: B9, 87 and 77. RGB value is (185,135,119). Sum of RGB (Red+Green+Blue) = 185+135+119=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B98777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98777 is #467888. Grayscale: #949494. Windows color (decimal): -4618377 or 7833529. OLE color: 7833529.

HSL color Cylindrical-coordinate representation of color #B98777: hue angle of 14.55º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B98777 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 135 119 -
CMYK 0 0.27 0.36 0.27
HSL 14.55º 0.32% 0.6% -
HSV(B) 14.55º 0.36% 0.73% -
XYZ 32 28.97 21.36 -
YUV 148.13 111.57 154.3 -
System Red Green Blue C M Y K H S L
Decimal 185 135 119 0 0.27 0.36 0.27 14.55 0.32 0.6
Hex B9 87 77 0 1B 24 1B F 20 3C
Octal 271 207 167 0 33 44 33 17 40 74
Binary 10111001 10000111 1110111 0 11011 100100 11011 1111 100000 111100

Color Harmonies of #B98777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98777

Black with #B98777

Text Example


Text Example

White with #B98777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98777; }

 p { color: rgb(185,135,119); }

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

background-color css

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

 a { background-color: rgb(185,135,119); }

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

border-color css

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

 span { border-color: rgb(185,135,119); }

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