Html Css Color HEX #B28476 Brandy Rose

📋 copy color: '#B28476'

red 178 ◦ green 132 ◦ blue 118

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

Shades of Brandy Rose #B28476

Tints of Brandy Rose #B28476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.84%

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

R = 41.59%
G = 30.84%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B28476 (or 0xB28476) is known color: Brandy Rose. HEX triplet: B2, 84 and 76. RGB value is (178,132,118). Sum of RGB (Red+Green+Blue) = 178+132+118=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B28476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28476 is #4D7B89. Grayscale: #909090. Windows color (decimal): -5077898 or 7767218. OLE color: 7767218.

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

Color convert

RGB 178 132 118 -
CMYK 0 0.26 0.34 0.30
HSL 14º 0.28% 0.58% -
HSV(B) 14º 0.34% 0.7% -
XYZ 29.88 27.28 20.83 -
YUV 144.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 178 132 118 0 0.26 0.34 0.30 14 0.28 0.58
Hex B2 84 76 0 1A 22 1E E 1C 3A
Octal 262 204 166 0 32 42 36 16 34 72
Binary 10110010 10000100 1110110 0 11010 100010 11110 1110 11100 111010

Color Harmonies of #B28476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28476

Black with #B28476

Text Example


Text Example

White with #B28476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28476; }

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

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

background-color css

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

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

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

border-color css

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

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

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