Html Css Color HEX #B58882 Brandy Rose

📋 copy color: '#B58882'

red 181 ◦ green 136 ◦ blue 130

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

Shades of Brandy Rose #B58882

Tints of Brandy Rose #B58882

RGB

 RED value IS 181 (71.09% from 255) = 40.49%

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

 BLUE value IS 130 (51.17% from 255) = 29.08%

R = 40.49%
G = 30.43%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B58882 (or 0xB58882) is known color: Brandy Rose. HEX triplet: B5, 88 and 82. RGB value is (181,136,130). Sum of RGB (Red+Green+Blue) = 181+136+130=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B58882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58882 is #4A777D. Grayscale: #949494. Windows color (decimal): -4880254 or 8554677. OLE color: 8554677.

HSL color Cylindrical-coordinate representation of color #B58882: hue angle of 7.06º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B58882 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 136 130 -
CMYK 0 0.25 0.28 0.29
HSL 7.06º 0.26% 0.61% -
HSV(B) 7.06º 0.28% 0.71% -
XYZ 31.89 29.04 25.04 -
YUV 148.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 181 136 130 0 0.25 0.28 0.29 7.06 0.26 0.61
Hex B5 88 82 0 19 1C 1D 7 1A 3D
Octal 265 210 202 0 31 34 35 7 32 75
Binary 10110101 10001000 10000010 0 11001 11100 11101 111 11010 111101

Color Harmonies of #B58882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58882

Black with #B58882

Text Example


Text Example

White with #B58882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58882; }

 p { color: rgb(181,136,130); }

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

background-color css

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

 a { background-color: rgb(181,136,130); }

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

border-color css

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

 span { border-color: rgb(181,136,130); }

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