Html Css Color HEX #B65038 Grenadier

📋 copy color: '#B65038'

red 182 ◦ green 80 ◦ blue 56

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

Shades of Grenadier #B65038

Tints of Grenadier #B65038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.61%

R = 57.23%
G = 25.16%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B65038 (or 0xB65038) is known color: Grenadier. HEX triplet: B6, 50 and 38. RGB value is (182,80,56). Sum of RGB (Red+Green+Blue) = 182+80+56=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B65038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65038 is #49AFC7. Grayscale: #6B6B6B. Windows color (decimal): -4829128 or 3690678. OLE color: 3690678.

HSL color Cylindrical-coordinate representation of color #B65038: hue angle of 11.43º degrees, saturation: 0.53, 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 #B65038 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 80 56 -
CMYK 0 0.56 0.69 0.29
HSL 11.43º 0.53% 0.47% -
HSV(B) 11.43º 0.69% 0.71% -
XYZ 22.87 15.97 5.62 -
YUV 107.76 98.79 180.95 -
System Red Green Blue C M Y K H S L
Decimal 182 80 56 0 0.56 0.69 0.29 11.43 0.53 0.47
Hex B6 50 38 0 38 45 1D B 35 2F
Octal 266 120 70 0 70 105 35 13 65 57
Binary 10110110 1010000 111000 0 111000 1000101 11101 1011 110101 101111

Color Harmonies of #B65038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65038

Black with #B65038

Text Example


Text Example

White with #B65038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65038; }

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

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

background-color css

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

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

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

border-color css

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

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

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