Html Css Color HEX #B28176 Brandy Rose

📋 copy color: '#B28176'

red 178 ◦ green 129 ◦ blue 118

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

Shades of Brandy Rose #B28176

Tints of Brandy Rose #B28176

RGB

 RED value IS 178 (69.92% from 255) = 41.88%

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

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

R = 41.88%
G = 30.35%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B28176 (or 0xB28176) is known color: Brandy Rose. HEX triplet: B2, 81 and 76. RGB value is (178,129,118). Sum of RGB (Red+Green+Blue) = 178+129+118=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B28176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28176 is #4D7E89. Grayscale: #8E8E8E. Windows color (decimal): -5078666 or 7766450. OLE color: 7766450.

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

Color convert

RGB 178 129 118 -
CMYK 0 0.28 0.34 0.30
HSL 11º 0.28% 0.58% -
HSV(B) 11º 0.34% 0.7% -
XYZ 29.48 26.47 20.7 -
YUV 142.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 178 129 118 0 0.28 0.34 0.30 11 0.28 0.58
Hex B2 81 76 0 1C 22 1E B 1C 3A
Octal 262 201 166 0 34 42 36 13 34 72
Binary 10110010 10000001 1110110 0 11100 100010 11110 1011 11100 111010

Color Harmonies of #B28176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28176

Black with #B28176

Text Example


Text Example

White with #B28176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28176; }

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

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

background-color css

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

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

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

border-color css

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

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

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