Html Css Color HEX #B88172 Brandy Rose

📋 copy color: '#B88172'

red 184 ◦ green 129 ◦ blue 114

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

Shades of Brandy Rose #B88172

Tints of Brandy Rose #B88172

RGB

 RED value IS 184 (72.27% from 255) = 43.09%

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

 BLUE value IS 114 (44.92% from 255) = 26.7%

R = 43.09%
G = 30.21%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B88172 (or 0xB88172) is known color: Brandy Rose. HEX triplet: B8, 81 and 72. RGB value is (184,129,114). Sum of RGB (Red+Green+Blue) = 184+129+114=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B88172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88172 is #477E8D. Grayscale: #8F8F8F. Windows color (decimal): -4685454 or 7504312. OLE color: 7504312.

HSL color Cylindrical-coordinate representation of color #B88172: hue angle of 12.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B88172 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 129 114 -
CMYK 0 0.30 0.38 0.28
HSL 12.86º 0.33% 0.58% -
HSV(B) 12.86º 0.38% 0.72% -
XYZ 30.65 27.11 19.54 -
YUV 143.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 184 129 114 0 0.30 0.38 0.28 12.86 0.33 0.58
Hex B8 81 72 0 1E 26 1C D 21 3A
Octal 270 201 162 0 36 46 34 15 41 72
Binary 10111000 10000001 1110010 0 11110 100110 11100 1101 100001 111010

Color Harmonies of #B88172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88172

Black with #B88172

Text Example


Text Example

White with #B88172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88172; }

 p { color: rgb(184,129,114); }

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

background-color css

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

 a { background-color: rgb(184,129,114); }

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

border-color css

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

 span { border-color: rgb(184,129,114); }

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