Html Css Color HEX #B58370 Brandy Rose

📋 copy color: '#B58370'

red 181 ◦ green 131 ◦ blue 112

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

Shades of Brandy Rose #B58370

Tints of Brandy Rose #B58370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.9%

 BLUE value IS 112 (44.14% from 255) = 26.42%

R = 42.69%
G = 30.9%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B58370 (or 0xB58370) is known color: Brandy Rose. HEX triplet: B5, 83 and 70. RGB value is (181,131,112). Sum of RGB (Red+Green+Blue) = 181+131+112=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B58370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58370 is #4A7C8F. Grayscale: #8F8F8F. Windows color (decimal): -4881552 or 7373749. OLE color: 7373749.

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

Color convert

RGB 181 131 112 -
CMYK 0 0.28 0.38 0.29
HSL 16.52º 0.32% 0.57% -
HSV(B) 16.52º 0.38% 0.71% -
XYZ 30.1 27.23 19 -
YUV 143.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 181 131 112 0 0.28 0.38 0.29 16.52 0.32 0.57
Hex B5 83 70 0 1C 26 1D 11 20 39
Octal 265 203 160 0 34 46 35 21 40 71
Binary 10110101 10000011 1110000 0 11100 100110 11101 10001 100000 111001

Color Harmonies of #B58370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58370

Black with #B58370

Text Example


Text Example

White with #B58370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58370; }

 p { color: rgb(181,131,112); }

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

background-color css

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

 a { background-color: rgb(181,131,112); }

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

border-color css

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

 span { border-color: rgb(181,131,112); }

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