Html Css Color HEX #B58472 Brandy Rose

📋 copy color: '#B58472'

red 181 ◦ green 132 ◦ blue 114

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

Shades of Brandy Rose #B58472

Tints of Brandy Rose #B58472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.91%

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

R = 42.39%
G = 30.91%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B58472 (or 0xB58472) is known color: Brandy Rose. HEX triplet: B5, 84 and 72. RGB value is (181,132,114). Sum of RGB (Red+Green+Blue) = 181+132+114=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B58472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58472 is #4A7B8D. Grayscale: #909090. Windows color (decimal): -4881294 or 7505077. OLE color: 7505077.

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

Color convert

RGB 181 132 114 -
CMYK 0 0.27 0.37 0.29
HSL 16.12º 0.31% 0.58% -
HSV(B) 16.12º 0.37% 0.71% -
XYZ 30.34 27.54 19.64 -
YUV 144.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 181 132 114 0 0.27 0.37 0.29 16.12 0.31 0.58
Hex B5 84 72 0 1B 25 1D 10 1F 3A
Octal 265 204 162 0 33 45 35 20 37 72
Binary 10110101 10000100 1110010 0 11011 100101 11101 10000 11111 111010

Color Harmonies of #B58472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58472

Black with #B58472

Text Example


Text Example

White with #B58472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58472; }

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

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

background-color css

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

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

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

border-color css

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

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

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