Html Css Color HEX #B28880 Brandy Rose

📋 copy color: '#B28880'

red 178 ◦ green 136 ◦ blue 128

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

Shades of Brandy Rose #B28880

Tints of Brandy Rose #B28880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.96%

R = 40.27%
G = 30.77%
B = 28.96%

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

#B28880 (or 0xB28880) is known color: Brandy Rose. HEX triplet: B2, 88 and 80. RGB value is (178,136,128). Sum of RGB (Red+Green+Blue) = 178+136+128=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B28880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28880 is #4D777F. Grayscale: #939393. Windows color (decimal): -5076864 or 8423602. OLE color: 8423602.

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

Color convert

RGB 178 136 128 -
CMYK 0 0.24 0.28 0.30
HSL 9.6º 0.25% 0.6% -
HSV(B) 9.6º 0.28% 0.7% -
XYZ 31.06 28.63 24.31 -
YUV 147.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 178 136 128 0 0.24 0.28 0.30 9.6 0.25 0.6
Hex B2 88 80 0 18 1C 1E A 19 3C
Octal 262 210 200 0 30 34 36 12 31 74
Binary 10110010 10001000 10000000 0 11000 11100 11110 1010 11001 111100

Color Harmonies of #B28880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28880

Black with #B28880

Text Example


Text Example

White with #B28880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28880; }

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

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

background-color css

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

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

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

border-color css

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

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

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