Html Css Color HEX #B98176 Brandy Rose

📋 copy color: '#B98176'

red 185 ◦ green 129 ◦ blue 118

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

Shades of Brandy Rose #B98176

Tints of Brandy Rose #B98176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.86%

 BLUE value IS 118 (46.48% from 255) = 27.31%

R = 42.82%
G = 29.86%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B98176 (or 0xB98176) is known color: Brandy Rose. HEX triplet: B9, 81 and 76. RGB value is (185,129,118). Sum of RGB (Red+Green+Blue) = 185+129+118=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B98176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98176 is #467E89. Grayscale: #909090. Windows color (decimal): -4619914 or 7766457. OLE color: 7766457.

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

Color convert

RGB 185 129 118 -
CMYK 0 0.30 0.36 0.27
HSL 9.85º 0.32% 0.59% -
HSV(B) 9.85º 0.36% 0.73% -
XYZ 31.13 27.32 20.77 -
YUV 144.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 185 129 118 0 0.30 0.36 0.27 9.85 0.32 0.59
Hex B9 81 76 0 1E 24 1B A 20 3B
Octal 271 201 166 0 36 44 33 12 40 73
Binary 10111001 10000001 1110110 0 11110 100100 11011 1010 100000 111011

Color Harmonies of #B98176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98176

Black with #B98176

Text Example


Text Example

White with #B98176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98176; }

 p { color: rgb(185,129,118); }

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

background-color css

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

 a { background-color: rgb(185,129,118); }

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

border-color css

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

 span { border-color: rgb(185,129,118); }

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