Html Css Color HEX #BB452B Grenadier

📋 copy color: '#BB452B'

red 187 ◦ green 69 ◦ blue 43

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

Shades of Grenadier #BB452B

Tints of Grenadier #BB452B

RGB

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

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

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

R = 62.54%
G = 23.08%
B = 14.38%

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

#BB452B (or 0xBB452B) is known color: Grenadier. HEX triplet: BB, 45 and 2B. RGB value is (187,69,43). Sum of RGB (Red+Green+Blue) = 187+69+43=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB452B is #44BAD4. Grayscale: #656565. Windows color (decimal): -4504277 or 2835899. OLE color: 2835899.

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

Color convert

RGB 187 69 43 -
CMYK 0 0.63 0.77 0.27
HSL 10.83º 0.63% 0.45% -
HSV(B) 10.83º 0.77% 0.73% -
XYZ 23.06 15 3.96 -
YUV 101.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 187 69 43 0 0.63 0.77 0.27 10.83 0.63 0.45
Hex BB 45 2B 0 3F 4D 1B B 3F 2D
Octal 273 105 53 0 77 115 33 13 77 55
Binary 10111011 1000101 101011 0 111111 1001101 11011 1011 111111 101101

Color Harmonies of #BB452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB452B

Black with #BB452B

Text Example


Text Example

White with #BB452B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB452B; }

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

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

background-color css

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

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

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

border-color css

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

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

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