Html Css Color HEX #BB6344 Flame Pea

📋 copy color: '#BB6344'

red 187 ◦ green 99 ◦ blue 68

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

Shades of Flame Pea #BB6344

Tints of Flame Pea #BB6344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.97%

 BLUE value IS 68 (26.95% from 255) = 19.21%

R = 52.82%
G = 27.97%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB6344 (or 0xBB6344) is known color: Flame Pea. HEX triplet: BB, 63 and 44. RGB value is (187,99,68). Sum of RGB (Red+Green+Blue) = 187+99+68=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6344 is #449CBB. Grayscale: #797979. Windows color (decimal): -4496572 or 4481979. OLE color: 4481979.

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

Color convert

RGB 187 99 68 -
CMYK 0 0.47 0.64 0.27
HSL 15.63º 0.47% 0.5% -
HSV(B) 15.63º 0.64% 0.73% -
XYZ 26 19.91 7.94 -
YUV 121.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 187 99 68 0 0.47 0.64 0.27 15.63 0.47 0.5
Hex BB 63 44 0 2F 40 1B 10 2F 32
Octal 273 143 104 0 57 100 33 20 57 62
Binary 10111011 1100011 1000100 0 101111 1000000 11011 10000 101111 110010

Color Harmonies of #BB6344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6344

Black with #BB6344

Text Example


Text Example

White with #BB6344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6344; }

 p { color: rgb(187,99,68); }

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

background-color css

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

 a { background-color: rgb(187,99,68); }

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

border-color css

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

 span { border-color: rgb(187,99,68); }

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