Html Css Color HEX #B28581 Brandy Rose

📋 copy color: '#B28581'

red 178 ◦ green 133 ◦ blue 129

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

Shades of Brandy Rose #B28581

Tints of Brandy Rose #B28581

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.23%

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

R = 40.45%
G = 30.23%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B28581 (or 0xB28581) is known color: Brandy Rose. HEX triplet: B2, 85 and 81. RGB value is (178,133,129). Sum of RGB (Red+Green+Blue) = 178+133+129=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B28581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28581 is #4D7A7E. Grayscale: #929292. Windows color (decimal): -5077631 or 8488370. OLE color: 8488370.

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

Color convert

RGB 178 133 129 -
CMYK 0 0.25 0.28 0.30
HSL 4.9º 0.24% 0.6% -
HSV(B) 4.9º 0.28% 0.7% -
XYZ 30.71 27.83 24.52 -
YUV 146 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 178 133 129 0 0.25 0.28 0.30 4.9 0.24 0.6
Hex B2 85 81 0 19 1C 1E 5 18 3C
Octal 262 205 201 0 31 34 36 5 30 74
Binary 10110010 10000101 10000001 0 11001 11100 11110 101 11000 111100

Color Harmonies of #B28581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28581

Black with #B28581

Text Example


Text Example

White with #B28581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28581; }

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

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

background-color css

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

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

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

border-color css

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

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

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