Html Css Color HEX #B28482 Brandy Rose

📋 copy color: '#B28482'

red 178 ◦ green 132 ◦ blue 130

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

Shades of Brandy Rose #B28482

Tints of Brandy Rose #B28482

RGB

 RED value IS 178 (69.92% from 255) = 40.45%

 GREEN value IS 132 (51.95% from 255) = 30%

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

R = 40.45%
G = 30%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B28482 (or 0xB28482) is known color: Brandy Rose. HEX triplet: B2, 84 and 82. RGB value is (178,132,130). Sum of RGB (Red+Green+Blue) = 178+132+130=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B28482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28482 is #4D7B7D. Grayscale: #919191. Windows color (decimal): -5077886 or 8553650. OLE color: 8553650.

HSL color Cylindrical-coordinate representation of color #B28482: hue angle of 2.5º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B28482 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 132 130 -
CMYK 0 0.26 0.27 0.30
HSL 2.5º 0.24% 0.6% -
HSV(B) 2.5º 0.27% 0.7% -
XYZ 30.64 27.58 24.83 -
YUV 145.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 178 132 130 0 0.26 0.27 0.30 2.5 0.24 0.6
Hex B2 84 82 0 1A 1B 1E 2 18 3C
Octal 262 204 202 0 32 33 36 2 30 74
Binary 10110010 10000100 10000010 0 11010 11011 11110 10 11000 111100

Color Harmonies of #B28482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28482

Black with #B28482

Text Example


Text Example

White with #B28482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28482; }

 p { color: rgb(178,132,130); }

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

background-color css

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

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

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

border-color css

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

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

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