Html Css Color HEX #BB432D Grenadier

📋 copy color: '#BB432D'

red 187 ◦ green 67 ◦ blue 45

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

Shades of Grenadier #BB432D

Tints of Grenadier #BB432D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.05%

R = 62.54%
G = 22.41%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB432D (or 0xBB432D) is known color: Grenadier. HEX triplet: BB, 43 and 2D. RGB value is (187,67,45). Sum of RGB (Red+Green+Blue) = 187+67+45=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB432D is #44BCD2. Grayscale: #646464. Windows color (decimal): -4504787 or 2966459. OLE color: 2966459.

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

Color convert

RGB 187 67 45 -
CMYK 0 0.64 0.76 0.27
HSL 9.3º 0.61% 0.45% -
HSV(B) 9.3º 0.76% 0.73% -
XYZ 22.97 14.77 4.12 -
YUV 100.37 96.76 189.79 -
System Red Green Blue C M Y K H S L
Decimal 187 67 45 0 0.64 0.76 0.27 9.3 0.61 0.45
Hex BB 43 2D 0 40 4C 1B 9 3D 2D
Octal 273 103 55 0 100 114 33 11 75 55
Binary 10111011 1000011 101101 0 1000000 1001100 11011 1001 111101 101101

Color Harmonies of #BB432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB432D

Black with #BB432D

Text Example


Text Example

White with #BB432D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB432D; }

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

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

background-color css

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

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

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

border-color css

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

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

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