Html Css Color HEX #B58275 Brandy Rose

📋 copy color: '#B58275'

red 181 ◦ green 130 ◦ blue 117

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

Shades of Brandy Rose #B58275

Tints of Brandy Rose #B58275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.37%

 BLUE value IS 117 (46.09% from 255) = 27.34%

R = 42.29%
G = 30.37%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B58275 (or 0xB58275) is known color: Brandy Rose. HEX triplet: B5, 82 and 75. RGB value is (181,130,117). Sum of RGB (Red+Green+Blue) = 181+130+117=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B58275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58275 is #4A7D8A. Grayscale: #8F8F8F. Windows color (decimal): -4881803 or 7701173. OLE color: 7701173.

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

Color convert

RGB 181 130 117 -
CMYK 0 0.28 0.35 0.29
HSL 12.19º 0.3% 0.58% -
HSV(B) 12.19º 0.35% 0.71% -
XYZ 30.25 27.07 20.46 -
YUV 143.77 112.9 154.56 -
System Red Green Blue C M Y K H S L
Decimal 181 130 117 0 0.28 0.35 0.29 12.19 0.3 0.58
Hex B5 82 75 0 1C 23 1D C 1E 3A
Octal 265 202 165 0 34 43 35 14 36 72
Binary 10110101 10000010 1110101 0 11100 100011 11101 1100 11110 111010

Color Harmonies of #B58275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58275

Black with #B58275

Text Example


Text Example

White with #B58275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58275; }

 p { color: rgb(181,130,117); }

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

background-color css

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

 a { background-color: rgb(181,130,117); }

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

border-color css

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

 span { border-color: rgb(181,130,117); }

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