Html Css Color HEX #B88282 Brandy Rose

📋 copy color: '#B88282'

red 184 ◦ green 130 ◦ blue 130

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

Shades of Brandy Rose #B88282

Tints of Brandy Rose #B88282

RGB

 RED value IS 184 (72.27% from 255) = 41.44%

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

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

R = 41.44%
G = 29.28%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B88282 (or 0xB88282) is known color: Brandy Rose. HEX triplet: B8, 82 and 82. RGB value is (184,130,130). Sum of RGB (Red+Green+Blue) = 184+130+130=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B88282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88282 is #477D7D. Grayscale: #929292. Windows color (decimal): -4685182 or 8553144. OLE color: 8553144.

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

Color convert

RGB 184 130 130 -
CMYK 0 0.29 0.29 0.28
HSL 0.28% 0.62% -
HSV(B) 0.29% 0.72% -
XYZ 31.78 27.77 24.8 -
YUV 146.15 118.89 155 -
System Red Green Blue C M Y K H S L
Decimal 184 130 130 0 0.29 0.29 0.28 0 0.28 0.62
Hex B8 82 82 0 1D 1D 1C 0 1C 3E
Octal 270 202 202 0 35 35 34 0 34 76
Binary 10111000 10000010 10000010 0 11101 11101 11100 0 11100 111110

Color Harmonies of #B88282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88282

Black with #B88282

Text Example


Text Example

White with #B88282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88282; }

 p { color: rgb(184,130,130); }

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

background-color css

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

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

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

border-color css

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

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

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