Html Css Color HEX #B58682 Brandy Rose

📋 copy color: '#B58682'

red 181 ◦ green 134 ◦ blue 130

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

Shades of Brandy Rose #B58682

Tints of Brandy Rose #B58682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.21%

R = 40.67%
G = 30.11%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B58682 (or 0xB58682) is known color: Brandy Rose. HEX triplet: B5, 86 and 82. RGB value is (181,134,130). Sum of RGB (Red+Green+Blue) = 181+134+130=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B58682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58682 is #4A797D. Grayscale: #939393. Windows color (decimal): -4880766 or 8554165. OLE color: 8554165.

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

Color convert

RGB 181 134 130 -
CMYK 0 0.26 0.28 0.29
HSL 4.71º 0.26% 0.61% -
HSV(B) 4.71º 0.28% 0.71% -
XYZ 31.61 28.49 24.95 -
YUV 147.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 181 134 130 0 0.26 0.28 0.29 4.71 0.26 0.61
Hex B5 86 82 0 1A 1C 1D 5 1A 3D
Octal 265 206 202 0 32 34 35 5 32 75
Binary 10110101 10000110 10000010 0 11010 11100 11101 101 11010 111101

Color Harmonies of #B58682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58682

Black with #B58682

Text Example


Text Example

White with #B58682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58682; }

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

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

background-color css

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

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

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

border-color css

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

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

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