Html Css Color HEX #B58A85 Brandy Rose

📋 copy color: '#B58A85'

red 181 ◦ green 138 ◦ blue 133

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

Shades of Brandy Rose #B58A85

Tints of Brandy Rose #B58A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 40.04%
G = 30.53%
B = 29.42%

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

#B58A85 (or 0xB58A85) is known color: Brandy Rose. HEX triplet: B5, 8A and 85. RGB value is (181,138,133). Sum of RGB (Red+Green+Blue) = 181+138+133=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58A85 is #4A757A. Grayscale: #969696. Windows color (decimal): -4879739 or 8751797. OLE color: 8751797.

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

Color convert

RGB 181 138 133 -
CMYK 0 0.24 0.27 0.29
HSL 6.25º 0.24% 0.62% -
HSV(B) 6.25º 0.27% 0.71% -
XYZ 32.38 29.69 26.22 -
YUV 150.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 181 138 133 0 0.24 0.27 0.29 6.25 0.24 0.62
Hex B5 8A 85 0 18 1B 1D 6 18 3E
Octal 265 212 205 0 30 33 35 6 30 76
Binary 10110101 10001010 10000101 0 11000 11011 11101 110 11000 111110

Color Harmonies of #B58A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58A85

Black with #B58A85

Text Example


Text Example

White with #B58A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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