Html Css Color HEX #B28881 Brandy Rose

📋 copy color: '#B28881'

red 178 ◦ green 136 ◦ blue 129

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

Shades of Brandy Rose #B28881

Tints of Brandy Rose #B28881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.7%

 BLUE value IS 129 (50.78% from 255) = 29.12%

R = 40.18%
G = 30.7%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B28881 (or 0xB28881) is known color: Brandy Rose. HEX triplet: B2, 88 and 81. RGB value is (178,136,129). Sum of RGB (Red+Green+Blue) = 178+136+129=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B28881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28881 is #4D777E. Grayscale: #939393. Windows color (decimal): -5076863 or 8489138. OLE color: 8489138.

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

Color convert

RGB 178 136 129 -
CMYK 0 0.24 0.28 0.30
HSL 8.57º 0.24% 0.6% -
HSV(B) 8.57º 0.28% 0.7% -
XYZ 31.13 28.66 24.66 -
YUV 147.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 178 136 129 0 0.24 0.28 0.30 8.57 0.24 0.6
Hex B2 88 81 0 18 1C 1E 9 18 3C
Octal 262 210 201 0 30 34 36 11 30 74
Binary 10110010 10001000 10000001 0 11000 11100 11110 1001 11000 111100

Color Harmonies of #B28881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28881

Black with #B28881

Text Example


Text Example

White with #B28881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28881; }

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

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

background-color css

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

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

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

border-color css

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

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

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