Html Css Color HEX #B28776 Brandy Rose

📋 copy color: '#B28776'

red 178 ◦ green 135 ◦ blue 118

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

Shades of Brandy Rose #B28776

Tints of Brandy Rose #B28776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.32%

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

R = 41.3%
G = 31.32%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B28776 (or 0xB28776) is known color: Brandy Rose. HEX triplet: B2, 87 and 76. RGB value is (178,135,118). Sum of RGB (Red+Green+Blue) = 178+135+118=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B28776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28776 is #4D7889. Grayscale: #929292. Windows color (decimal): -5077130 or 7767986. OLE color: 7767986.

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

Color convert

RGB 178 135 118 -
CMYK 0 0.24 0.34 0.30
HSL 17º 0.28% 0.58% -
HSV(B) 17º 0.34% 0.7% -
XYZ 30.29 28.1 20.97 -
YUV 145.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 178 135 118 0 0.24 0.34 0.30 17 0.28 0.58
Hex B2 87 76 0 18 22 1E 11 1C 3A
Octal 262 207 166 0 30 42 36 21 34 72
Binary 10110010 10000111 1110110 0 11000 100010 11110 10001 11100 111010

Color Harmonies of #B28776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28776

Black with #B28776

Text Example


Text Example

White with #B28776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28776; }

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

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

background-color css

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

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

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

border-color css

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

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

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