Html Css Color HEX #B08178 Brandy Rose

📋 copy color: '#B08178'

red 176 ◦ green 129 ◦ blue 120

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

Shades of Brandy Rose #B08178

Tints of Brandy Rose #B08178

RGB

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

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

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

R = 41.41%
G = 30.35%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B08178 (or 0xB08178) is known color: Brandy Rose. HEX triplet: B0, 81 and 78. RGB value is (176,129,120). Sum of RGB (Red+Green+Blue) = 176+129+120=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B08178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08178 is #4F7E87. Grayscale: #8E8E8E. Windows color (decimal): -5209736 or 7897520. OLE color: 7897520.

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

Color convert

RGB 176 129 120 -
CMYK 0 0.27 0.32 0.31
HSL 9.64º 0.26% 0.58% -
HSV(B) 9.64º 0.32% 0.69% -
XYZ 29.14 26.29 21.31 -
YUV 142.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 176 129 120 0 0.27 0.32 0.31 9.64 0.26 0.58
Hex B0 81 78 0 1B 20 1F A 1A 3A
Octal 260 201 170 0 33 40 37 12 32 72
Binary 10110000 10000001 1111000 0 11011 100000 11111 1010 11010 111010

Color Harmonies of #B08178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08178

Black with #B08178

Text Example


Text Example

White with #B08178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08178; }

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

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

background-color css

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

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

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

border-color css

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

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

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