Html Css Color HEX #B65239 Grenadier

📋 copy color: '#B65239'

red 182 ◦ green 82 ◦ blue 57

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

Shades of Grenadier #B65239

Tints of Grenadier #B65239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.76%

R = 56.7%
G = 25.55%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B65239 (or 0xB65239) is known color: Grenadier. HEX triplet: B6, 52 and 39. RGB value is (182,82,57). Sum of RGB (Red+Green+Blue) = 182+82+57=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B65239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65239 is #49ADC6. Grayscale: #6D6D6D. Windows color (decimal): -4828615 or 3756726. OLE color: 3756726.

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

Color convert

RGB 182 82 57 -
CMYK 0 0.55 0.69 0.29
HSL 12º 0.52% 0.47% -
HSV(B) 12º 0.69% 0.71% -
XYZ 23.05 16.28 5.8 -
YUV 109.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 182 82 57 0 0.55 0.69 0.29 12 0.52 0.47
Hex B6 52 39 0 37 45 1D C 34 2F
Octal 266 122 71 0 67 105 35 14 64 57
Binary 10110110 1010010 111001 0 110111 1000101 11101 1100 110100 101111

Color Harmonies of #B65239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65239

Black with #B65239

Text Example


Text Example

White with #B65239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65239; }

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

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

background-color css

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

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

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

border-color css

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

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

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