Html Css Color HEX #B58782 Brandy Rose

📋 copy color: '#B58782'

red 181 ◦ green 135 ◦ blue 130

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

Shades of Brandy Rose #B58782

Tints of Brandy Rose #B58782

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.27%

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

R = 40.58%
G = 30.27%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B58782 (or 0xB58782) is known color: Brandy Rose. HEX triplet: B5, 87 and 82. RGB value is (181,135,130). Sum of RGB (Red+Green+Blue) = 181+135+130=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B58782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58782 is #4A787D. Grayscale: #949494. Windows color (decimal): -4880510 or 8554421. OLE color: 8554421.

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

Color convert

RGB 181 135 130 -
CMYK 0 0.25 0.28 0.29
HSL 5.88º 0.26% 0.61% -
HSV(B) 5.88º 0.28% 0.71% -
XYZ 31.75 28.76 25 -
YUV 148.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 181 135 130 0 0.25 0.28 0.29 5.88 0.26 0.61
Hex B5 87 82 0 19 1C 1D 6 1A 3D
Octal 265 207 202 0 31 34 35 6 32 75
Binary 10110101 10000111 10000010 0 11001 11100 11101 110 11010 111101

Color Harmonies of #B58782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58782

Black with #B58782

Text Example


Text Example

White with #B58782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58782; }

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

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

background-color css

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

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

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

border-color css

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

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

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