Html Css Color HEX #B28A81 Brandy Rose

📋 copy color: '#B28A81'

red 178 ◦ green 138 ◦ blue 129

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

Shades of Brandy Rose #B28A81

Tints of Brandy Rose #B28A81

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.01%

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

R = 40%
G = 31.01%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B28A81 (or 0xB28A81) is known color: Brandy Rose. HEX triplet: B2, 8A and 81. RGB value is (178,138,129). Sum of RGB (Red+Green+Blue) = 178+138+129=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28A81 is #4D757E. Grayscale: #959595. Windows color (decimal): -5076351 or 8489650. OLE color: 8489650.

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

Color convert

RGB 178 138 129 -
CMYK 0 0.22 0.28 0.30
HSL 11.02º 0.24% 0.6% -
HSV(B) 11.02º 0.28% 0.7% -
XYZ 31.41 29.23 24.75 -
YUV 148.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 178 138 129 0 0.22 0.28 0.30 11.02 0.24 0.6
Hex B2 8A 81 0 16 1C 1E B 18 3C
Octal 262 212 201 0 26 34 36 13 30 74
Binary 10110010 10001010 10000001 0 10110 11100 11110 1011 11000 111100

Color Harmonies of #B28A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28A81

Black with #B28A81

Text Example


Text Example

White with #B28A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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