Html Css Color HEX #B98A78 Brandy Rose

📋 copy color: '#B98A78'

red 185 ◦ green 138 ◦ blue 120

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

Shades of Brandy Rose #B98A78

Tints of Brandy Rose #B98A78

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.15%

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

R = 41.76%
G = 31.15%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B98A78 (or 0xB98A78) is known color: Brandy Rose. HEX triplet: B9, 8A and 78. RGB value is (185,138,120). Sum of RGB (Red+Green+Blue) = 185+138+120=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98A78 is #467587. Grayscale: #969696. Windows color (decimal): -4617608 or 7899833. OLE color: 7899833.

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

Color convert

RGB 185 138 120 -
CMYK 0 0.25 0.35 0.27
HSL 16.62º 0.32% 0.6% -
HSV(B) 16.62º 0.35% 0.73% -
XYZ 32.49 29.85 21.82 -
YUV 150 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 185 138 120 0 0.25 0.35 0.27 16.62 0.32 0.6
Hex B9 8A 78 0 19 23 1B 11 20 3C
Octal 271 212 170 0 31 43 33 21 40 74
Binary 10111001 10001010 1111000 0 11001 100011 11011 10001 100000 111100

Color Harmonies of #B98A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A78

Black with #B98A78

Text Example


Text Example

White with #B98A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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