Html Css Color HEX #B58A84 Brandy Rose

📋 copy color: '#B58A84'

red 181 ◦ green 138 ◦ blue 132

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

Shades of Brandy Rose #B58A84

Tints of Brandy Rose #B58A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.27%

R = 40.13%
G = 30.6%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B58A84 (or 0xB58A84) is known color: Brandy Rose. HEX triplet: B5, 8A and 84. RGB value is (181,138,132). Sum of RGB (Red+Green+Blue) = 181+138+132=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58A84 is #4A757B. Grayscale: #969696. Windows color (decimal): -4879740 or 8686261. OLE color: 8686261.

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

Color convert

RGB 181 138 132 -
CMYK 0 0.24 0.27 0.29
HSL 7.35º 0.25% 0.61% -
HSV(B) 7.35º 0.27% 0.71% -
XYZ 32.31 29.67 25.85 -
YUV 150.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 181 138 132 0 0.24 0.27 0.29 7.35 0.25 0.61
Hex B5 8A 84 0 18 1B 1D 7 19 3D
Octal 265 212 204 0 30 33 35 7 31 75
Binary 10110101 10001010 10000100 0 11000 11011 11101 111 11001 111101

Color Harmonies of #B58A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58A84

Black with #B58A84

Text Example


Text Example

White with #B58A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58A84; }

 p { color: rgb(181,138,132); }

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

background-color css

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

 a { background-color: rgb(181,138,132); }

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

border-color css

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

 span { border-color: rgb(181,138,132); }

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