Html Css Color HEX #B58072 Brandy Rose

📋 copy color: '#B58072'

red 181 ◦ green 128 ◦ blue 114

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

Shades of Brandy Rose #B58072

Tints of Brandy Rose #B58072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.26%

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

R = 42.79%
G = 30.26%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B58072 (or 0xB58072) is known color: Brandy Rose. HEX triplet: B5, 80 and 72. RGB value is (181,128,114). Sum of RGB (Red+Green+Blue) = 181+128+114=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B58072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58072 is #4A7F8D. Grayscale: #8E8E8E. Windows color (decimal): -4882318 or 7504053. OLE color: 7504053.

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

Color convert

RGB 181 128 114 -
CMYK 0 0.29 0.37 0.29
HSL 12.54º 0.31% 0.58% -
HSV(B) 12.54º 0.37% 0.71% -
XYZ 29.81 26.48 19.46 -
YUV 142.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 181 128 114 0 0.29 0.37 0.29 12.54 0.31 0.58
Hex B5 80 72 0 1D 25 1D D 1F 3A
Octal 265 200 162 0 35 45 35 15 37 72
Binary 10110101 10000000 1110010 0 11101 100101 11101 1101 11111 111010

Color Harmonies of #B58072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58072

Black with #B58072

Text Example


Text Example

White with #B58072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58072; }

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

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

background-color css

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

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

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

border-color css

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

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

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