Html Css Color HEX #B58672 Brandy Rose

📋 copy color: '#B58672'

red 181 ◦ green 134 ◦ blue 114

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

Shades of Brandy Rose #B58672

Tints of Brandy Rose #B58672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.24%

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

R = 42.19%
G = 31.24%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B58672 (or 0xB58672) is known color: Brandy Rose. HEX triplet: B5, 86 and 72. RGB value is (181,134,114). Sum of RGB (Red+Green+Blue) = 181+134+114=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B58672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58672 is #4A798D. Grayscale: #919191. Windows color (decimal): -4880782 or 7505589. OLE color: 7505589.

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

Color convert

RGB 181 134 114 -
CMYK 0 0.26 0.37 0.29
HSL 17.91º 0.31% 0.58% -
HSV(B) 17.91º 0.37% 0.71% -
XYZ 30.62 28.09 19.73 -
YUV 145.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 181 134 114 0 0.26 0.37 0.29 17.91 0.31 0.58
Hex B5 86 72 0 1A 25 1D 12 1F 3A
Octal 265 206 162 0 32 45 35 22 37 72
Binary 10110101 10000110 1110010 0 11010 100101 11101 10010 11111 111010

Color Harmonies of #B58672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58672

Black with #B58672

Text Example


Text Example

White with #B58672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58672; }

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

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

background-color css

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

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

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

border-color css

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

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

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