Html Css Color HEX #B28976 Brandy Rose

📋 copy color: '#B28976'

red 178 ◦ green 137 ◦ blue 118

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

Shades of Brandy Rose #B28976

Tints of Brandy Rose #B28976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.64%

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

R = 41.11%
G = 31.64%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B28976 (or 0xB28976) is known color: Brandy Rose. HEX triplet: B2, 89 and 76. RGB value is (178,137,118). Sum of RGB (Red+Green+Blue) = 178+137+118=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B28976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28976 is #4D7689. Grayscale: #939393. Windows color (decimal): -5076618 or 7768498. OLE color: 7768498.

HSL color Cylindrical-coordinate representation of color #B28976: hue angle of 19º 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 #B28976 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 137 118 -
CMYK 0 0.23 0.34 0.30
HSL 19º 0.28% 0.58% -
HSV(B) 19º 0.34% 0.7% -
XYZ 30.58 28.66 21.06 -
YUV 147.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 178 137 118 0 0.23 0.34 0.30 19 0.28 0.58
Hex B2 89 76 0 17 22 1E 13 1C 3A
Octal 262 211 166 0 27 42 36 23 34 72
Binary 10110010 10001001 1110110 0 10111 100010 11110 10011 11100 111010

Color Harmonies of #B28976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28976

Black with #B28976

Text Example


Text Example

White with #B28976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28976; }

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

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

background-color css

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

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

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

border-color css

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

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

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