Html Css Color HEX #B08172 Brandy Rose

📋 copy color: '#B08172'

red 176 ◦ green 129 ◦ blue 114

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

Shades of Brandy Rose #B08172

Tints of Brandy Rose #B08172

RGB

 RED value IS 176 (69.14% from 255) = 42%

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

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

R = 42%
G = 30.79%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B08172 (or 0xB08172) is known color: Brandy Rose. HEX triplet: B0, 81 and 72. RGB value is (176,129,114). Sum of RGB (Red+Green+Blue) = 176+129+114=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B08172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08172 is #4F7E8D. Grayscale: #8D8D8D. Windows color (decimal): -5209742 or 7504304. OLE color: 7504304.

HSL color Cylindrical-coordinate representation of color #B08172: hue angle of 14.52º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B08172 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 129 114 -
CMYK 0 0.27 0.35 0.31
HSL 14.52º 0.28% 0.57% -
HSV(B) 14.52º 0.35% 0.69% -
XYZ 28.79 26.15 19.45 -
YUV 141.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 176 129 114 0 0.27 0.35 0.31 14.52 0.28 0.57
Hex B0 81 72 0 1B 23 1F F 1C 39
Octal 260 201 162 0 33 43 37 17 34 71
Binary 10110000 10000001 1110010 0 11011 100011 11111 1111 11100 111001

Color Harmonies of #B08172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08172

Black with #B08172

Text Example


Text Example

White with #B08172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08172; }

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

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

background-color css

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

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

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

border-color css

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

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

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