Html Css Color HEX #B58B85 Brandy Rose

📋 copy color: '#B58B85'

red 181 ◦ green 139 ◦ blue 133

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

Shades of Brandy Rose #B58B85

Tints of Brandy Rose #B58B85

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.68%

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

R = 39.96%
G = 30.68%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B58B85 (or 0xB58B85) is known color: Brandy Rose. HEX triplet: B5, 8B and 85. RGB value is (181,139,133). Sum of RGB (Red+Green+Blue) = 181+139+133=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58B85 is #4A747A. Grayscale: #969696. Windows color (decimal): -4879483 or 8752053. OLE color: 8752053.

HSL color Cylindrical-coordinate representation of color #B58B85: hue angle of 7.5º 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 #B58B85 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 139 133 -
CMYK 0 0.23 0.27 0.29
HSL 7.5º 0.24% 0.62% -
HSV(B) 7.5º 0.27% 0.71% -
XYZ 32.52 29.98 26.26 -
YUV 150.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 181 139 133 0 0.23 0.27 0.29 7.5 0.24 0.62
Hex B5 8B 85 0 17 1B 1D 8 18 3E
Octal 265 213 205 0 27 33 35 10 30 76
Binary 10110101 10001011 10000101 0 10111 11011 11101 1000 11000 111110

Color Harmonies of #B58B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58B85

Black with #B58B85

Text Example


Text Example

White with #B58B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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