Html Css Color HEX #BB432B Grenadier

📋 copy color: '#BB432B'

red 187 ◦ green 67 ◦ blue 43

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

Shades of Grenadier #BB432B

Tints of Grenadier #BB432B

RGB

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

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

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

R = 62.96%
G = 22.56%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB432B (or 0xBB432B) is known color: Grenadier. HEX triplet: BB, 43 and 2B. RGB value is (187,67,43). Sum of RGB (Red+Green+Blue) = 187+67+43=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB432B is #44BCD4. Grayscale: #646464. Windows color (decimal): -4504789 or 2835387. OLE color: 2835387.

HSL color Cylindrical-coordinate representation of color #BB432B: hue angle of 10º degrees, saturation: 0.63, 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 #BB432B is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 67 43 -
CMYK 0 0.64 0.77 0.27
HSL 10º 0.63% 0.45% -
HSV(B) 10º 0.77% 0.73% -
XYZ 22.94 14.75 3.92 -
YUV 100.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 187 67 43 0 0.64 0.77 0.27 10 0.63 0.45
Hex BB 43 2B 0 40 4D 1B A 3F 2D
Octal 273 103 53 0 100 115 33 12 77 55
Binary 10111011 1000011 101011 0 1000000 1001101 11011 1010 111111 101101

Color Harmonies of #BB432B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB432B

Black with #BB432B

Text Example


Text Example

White with #BB432B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB432B; }

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

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

background-color css

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

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

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

border-color css

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

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

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