Html Css Color HEX #B98D78 Brandy Rose

📋 copy color: '#B98D78'

red 185 ◦ green 141 ◦ blue 120

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

Shades of Brandy Rose #B98D78

Tints of Brandy Rose #B98D78

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.61%

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

R = 41.48%
G = 31.61%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B98D78 (or 0xB98D78) is known color: Brandy Rose. HEX triplet: B9, 8D and 78. RGB value is (185,141,120). Sum of RGB (Red+Green+Blue) = 185+141+120=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98D78 is #467287. Grayscale: #979797. Windows color (decimal): -4616840 or 7900601. OLE color: 7900601.

HSL color Cylindrical-coordinate representation of color #B98D78: hue angle of 19.38º 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 #B98D78 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 141 120 -
CMYK 0 0.24 0.35 0.27
HSL 19.38º 0.32% 0.6% -
HSV(B) 19.38º 0.35% 0.73% -
XYZ 32.92 30.72 21.96 -
YUV 151.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 185 141 120 0 0.24 0.35 0.27 19.38 0.32 0.6
Hex B9 8D 78 0 18 23 1B 13 20 3C
Octal 271 215 170 0 30 43 33 23 40 74
Binary 10111001 10001101 1111000 0 11000 100011 11011 10011 100000 111100

Color Harmonies of #B98D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98D78

Black with #B98D78

Text Example


Text Example

White with #B98D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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