Html Css Color HEX #B65283 Mulberry

📋 copy color: '#B65283'

red 182 ◦ green 82 ◦ blue 131

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

Shades of Mulberry #B65283

Tints of Mulberry #B65283

RGB

 RED value IS 182 (71.48% from 255) = 46.08%

 GREEN value IS 82 (32.42% from 255) = 20.76%

 BLUE value IS 131 (51.56% from 255) = 33.16%

R = 46.08%
G = 20.76%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B65283 (or 0xB65283) is known color: Mulberry. HEX triplet: B6, 52 and 83. RGB value is (182,82,131). Sum of RGB (Red+Green+Blue) = 182+82+131=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B65283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65283 is #49AD7C. Grayscale: #757575. Windows color (decimal): -4828541 or 8606390. OLE color: 8606390.

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

Color convert

RGB 182 82 131 -
CMYK 0 0.55 0.28 0.29
HSL 330.6º 0.41% 0.52% -
HSV(B) 330.6º 0.55% 0.71% -
XYZ 26.41 17.62 23.48 -
YUV 117.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 182 82 131 0 0.55 0.28 0.29 330.6 0.41 0.52
Hex B6 52 83 0 37 1C 1D 14B 29 34
Octal 266 122 203 0 67 34 35 513 51 64
Binary 10110110 1010010 10000011 0 110111 11100 11101 101001011 101001 110100

Color Harmonies of #B65283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65283

Black with #B65283

Text Example


Text Example

White with #B65283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65283; }

 p { color: rgb(182,82,131); }

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

background-color css

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

 a { background-color: rgb(182,82,131); }

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

border-color css

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

 span { border-color: rgb(182,82,131); }

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