Html Css Color HEX #BB432A Grenadier

📋 copy color: '#BB432A'

red 187 ◦ green 67 ◦ blue 42

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

Shades of Grenadier #BB432A

Tints of Grenadier #BB432A

RGB

 RED value IS 187 (73.44% from 255) = 63.18%

 GREEN value IS 67 (26.56% from 255) = 22.64%

 BLUE value IS 42 (16.8% from 255) = 14.19%

R = 63.18%
G = 22.64%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB432A (or 0xBB432A) is known color: Grenadier. HEX triplet: BB, 43 and 2A. RGB value is (187,67,42). Sum of RGB (Red+Green+Blue) = 187+67+42=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB432A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB432A is #44BCD5. Grayscale: #646464. Windows color (decimal): -4504790 or 2769851. OLE color: 2769851.

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

Color convert

RGB 187 67 42 -
CMYK 0 0.64 0.78 0.27
HSL 10.34º 0.63% 0.45% -
HSV(B) 10.34º 0.78% 0.73% -
XYZ 22.92 14.75 3.83 -
YUV 100.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 187 67 42 0 0.64 0.78 0.27 10.34 0.63 0.45
Hex BB 43 2A 0 40 4E 1B A 3F 2D
Octal 273 103 52 0 100 116 33 12 77 55
Binary 10111011 1000011 101010 0 1000000 1001110 11011 1010 111111 101101

Color Harmonies of #BB432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB432A

Black with #BB432A

Text Example


Text Example

White with #BB432A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB432A; }

 p { color: rgb(187,67,42); }

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

background-color css

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

 a { background-color: rgb(187,67,42); }

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

border-color css

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

 span { border-color: rgb(187,67,42); }

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