Html Css Color HEX #B38282 Brandy Rose

📋 copy color: '#B38282'

red 179 ◦ green 130 ◦ blue 130

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

Shades of Brandy Rose #B38282

Tints of Brandy Rose #B38282

RGB

 RED value IS 179 (70.31% from 255) = 40.77%

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

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

R = 40.77%
G = 29.61%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B38282 (or 0xB38282) is known color: Brandy Rose. HEX triplet: B3, 82 and 82. RGB value is (179,130,130). Sum of RGB (Red+Green+Blue) = 179+130+130=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B38282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38282 is #4C7D7D. Grayscale: #909090. Windows color (decimal): -5012862 or 8553139. OLE color: 8553139.

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

Color convert

RGB 179 130 130 -
CMYK 0 0.27 0.27 0.30
HSL 0.24% 0.61% -
HSV(B) 0.27% 0.7% -
XYZ 30.6 27.16 24.75 -
YUV 144.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 179 130 130 0 0.27 0.27 0.30 0 0.24 0.61
Hex B3 82 82 0 1B 1B 1E 0 18 3D
Octal 263 202 202 0 33 33 36 0 30 75
Binary 10110011 10000010 10000010 0 11011 11011 11110 0 11000 111101

Color Harmonies of #B38282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38282

Black with #B38282

Text Example


Text Example

White with #B38282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38282; }

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

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

background-color css

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

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

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

border-color css

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

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

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