Html Css Color HEX #B9452B Grenadier

📋 copy color: '#B9452B'

red 185 ◦ green 69 ◦ blue 43

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

Shades of Grenadier #B9452B

Tints of Grenadier #B9452B

RGB

 RED value IS 185 (72.66% from 255) = 62.29%

 GREEN value IS 69 (27.34% from 255) = 23.23%

 BLUE value IS 43 (17.19% from 255) = 14.48%

R = 62.29%
G = 23.23%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9452B (or 0xB9452B) is known color: Grenadier. HEX triplet: B9, 45 and 2B. RGB value is (185,69,43). Sum of RGB (Red+Green+Blue) = 185+69+43=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9452B is #46BAD4. Grayscale: #646464. Windows color (decimal): -4635349 or 2835897. OLE color: 2835897.

HSL color Cylindrical-coordinate representation of color #B9452B: hue angle of 10.99º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9452B is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 69 43 -
CMYK 0 0.63 0.77 0.27
HSL 10.99º 0.62% 0.45% -
HSV(B) 10.99º 0.77% 0.73% -
XYZ 22.57 14.74 3.94 -
YUV 100.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 185 69 43 0 0.63 0.77 0.27 10.99 0.62 0.45
Hex B9 45 2B 0 3F 4D 1B B 3E 2D
Octal 271 105 53 0 77 115 33 13 76 55
Binary 10111001 1000101 101011 0 111111 1001101 11011 1011 111110 101101

Color Harmonies of #B9452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9452B

Black with #B9452B

Text Example


Text Example

White with #B9452B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9452B; }

 p { color: rgb(185,69,43); }

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

background-color css

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

 a { background-color: rgb(185,69,43); }

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

border-color css

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

 span { border-color: rgb(185,69,43); }

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