Html Css Color HEX #B65092 Mulberry

📋 copy color: '#B65092'

red 182 ◦ green 80 ◦ blue 146

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

Shades of Mulberry #B65092

Tints of Mulberry #B65092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.61%

 BLUE value IS 146 (57.42% from 255) = 35.78%

R = 44.61%
G = 19.61%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B65092 (or 0xB65092) is known color: Mulberry. HEX triplet: B6, 50 and 92. RGB value is (182,80,146). Sum of RGB (Red+Green+Blue) = 182+80+146=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B65092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65092 is #49AF6D. Grayscale: #757575. Windows color (decimal): -4829038 or 9588918. OLE color: 9588918.

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

Color convert

RGB 182 80 146 -
CMYK 0 0.56 0.20 0.29
HSL 321.18º 0.41% 0.51% -
HSV(B) 321.18º 0.56% 0.71% -
XYZ 27.35 17.76 29.18 -
YUV 118.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 182 80 146 0 0.56 0.20 0.29 321.18 0.41 0.51
Hex B6 50 92 0 38 14 1D 141 29 33
Octal 266 120 222 0 70 24 35 501 51 63
Binary 10110110 1010000 10010010 0 111000 10100 11101 101000001 101001 110011

Color Harmonies of #B65092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65092

Black with #B65092

Text Example


Text Example

White with #B65092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65092; }

 p { color: rgb(182,80,146); }

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

background-color css

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

 a { background-color: rgb(182,80,146); }

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

border-color css

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

 span { border-color: rgb(182,80,146); }

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