Html Css Color HEX #B28382 Brandy Rose

📋 copy color: '#B28382'

red 178 ◦ green 131 ◦ blue 130

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

Shades of Brandy Rose #B28382

Tints of Brandy Rose #B28382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.84%

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

R = 40.55%
G = 29.84%
B = 29.61%

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

#B28382 (or 0xB28382) is known color: Brandy Rose. HEX triplet: B2, 83 and 82. RGB value is (178,131,130). Sum of RGB (Red+Green+Blue) = 178+131+130=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B28382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28382 is #4D7C7D. Grayscale: #909090. Windows color (decimal): -5078142 or 8553394. OLE color: 8553394.

HSL color Cylindrical-coordinate representation of color #B28382: hue angle of 1.25º 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 #B28382 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 131 130 -
CMYK 0 0.26 0.27 0.30
HSL 1.25º 0.24% 0.6% -
HSV(B) 1.25º 0.27% 0.7% -
XYZ 30.51 27.31 24.78 -
YUV 144.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 178 131 130 0 0.26 0.27 0.30 1.25 0.24 0.6
Hex B2 83 82 0 1A 1B 1E 1 18 3C
Octal 262 203 202 0 32 33 36 1 30 74
Binary 10110010 10000011 10000010 0 11010 11011 11110 1 11000 111100

Color Harmonies of #B28382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28382

Black with #B28382

Text Example


Text Example

White with #B28382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28382; }

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

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

background-color css

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

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

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

border-color css

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

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

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