Html Css Color HEX #B08072 Brandy Rose

📋 copy color: '#B08072'

red 176 ◦ green 128 ◦ blue 114

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

Shades of Brandy Rose #B08072

Tints of Brandy Rose #B08072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.62%

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

R = 42.11%
G = 30.62%
B = 27.27%

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

#B08072 (or 0xB08072) is known color: Brandy Rose. HEX triplet: B0, 80 and 72. RGB value is (176,128,114). Sum of RGB (Red+Green+Blue) = 176+128+114=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B08072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08072 is #4F7F8D. Grayscale: #8C8C8C. Windows color (decimal): -5209998 or 7504048. OLE color: 7504048.

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

Color convert

RGB 176 128 114 -
CMYK 0 0.27 0.35 0.31
HSL 13.55º 0.28% 0.57% -
HSV(B) 13.55º 0.35% 0.69% -
XYZ 28.66 25.88 19.4 -
YUV 140.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 176 128 114 0 0.27 0.35 0.31 13.55 0.28 0.57
Hex B0 80 72 0 1B 23 1F E 1C 39
Octal 260 200 162 0 33 43 37 16 34 71
Binary 10110000 10000000 1110010 0 11011 100011 11111 1110 11100 111001

Color Harmonies of #B08072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08072

Black with #B08072

Text Example


Text Example

White with #B08072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08072; }

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

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

background-color css

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

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

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

border-color css

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

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

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