Html Css Color HEX #B98978 Brandy Rose

📋 copy color: '#B98978'

red 185 ◦ green 137 ◦ blue 120

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

Shades of Brandy Rose #B98978

Tints of Brandy Rose #B98978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31%

 BLUE value IS 120 (47.27% from 255) = 27.15%

R = 41.86%
G = 31%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B98978 (or 0xB98978) is known color: Brandy Rose. HEX triplet: B9, 89 and 78. RGB value is (185,137,120). Sum of RGB (Red+Green+Blue) = 185+137+120=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B98978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98978 is #467687. Grayscale: #959595. Windows color (decimal): -4617864 or 7899577. OLE color: 7899577.

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

Color convert

RGB 185 137 120 -
CMYK 0 0.26 0.35 0.27
HSL 15.69º 0.32% 0.6% -
HSV(B) 15.69º 0.35% 0.73% -
XYZ 32.34 29.56 21.77 -
YUV 149.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 185 137 120 0 0.26 0.35 0.27 15.69 0.32 0.6
Hex B9 89 78 0 1A 23 1B 10 20 3C
Octal 271 211 170 0 32 43 33 20 40 74
Binary 10111001 10001001 1111000 0 11010 100011 11011 10000 100000 111100

Color Harmonies of #B98978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98978

Black with #B98978

Text Example


Text Example

White with #B98978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98978; }

 p { color: rgb(185,137,120); }

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

background-color css

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

 a { background-color: rgb(185,137,120); }

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

border-color css

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

 span { border-color: rgb(185,137,120); }

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