Html Css Color HEX #B58872 Brandy Rose

📋 copy color: '#B58872'

red 181 ◦ green 136 ◦ blue 114

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

Shades of Brandy Rose #B58872

Tints of Brandy Rose #B58872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.45%

R = 42%
G = 31.55%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B58872 (or 0xB58872) is known color: Brandy Rose. HEX triplet: B5, 88 and 72. RGB value is (181,136,114). Sum of RGB (Red+Green+Blue) = 181+136+114=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B58872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58872 is #4A778D. Grayscale: #939393. Windows color (decimal): -4880270 or 7506101. OLE color: 7506101.

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

Color convert

RGB 181 136 114 -
CMYK 0 0.25 0.37 0.29
HSL 19.7º 0.31% 0.58% -
HSV(B) 19.7º 0.37% 0.71% -
XYZ 30.9 28.65 19.82 -
YUV 146.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 181 136 114 0 0.25 0.37 0.29 19.7 0.31 0.58
Hex B5 88 72 0 19 25 1D 14 1F 3A
Octal 265 210 162 0 31 45 35 24 37 72
Binary 10110101 10001000 1110010 0 11001 100101 11101 10100 11111 111010

Color Harmonies of #B58872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58872

Black with #B58872

Text Example


Text Example

White with #B58872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58872; }

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

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

background-color css

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

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

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

border-color css

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

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

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