Html Css Color HEX #BB644C Flame Pea

📋 copy color: '#BB644C'

red 187 ◦ green 100 ◦ blue 76

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

Shades of Flame Pea #BB644C

Tints of Flame Pea #BB644C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.55%

 BLUE value IS 76 (30.08% from 255) = 20.94%

R = 51.52%
G = 27.55%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB644C (or 0xBB644C) is known color: Flame Pea. HEX triplet: BB, 64 and 4C. RGB value is (187,100,76). Sum of RGB (Red+Green+Blue) = 187+100+76=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB644C is #449BB3. Grayscale: #7B7B7B. Windows color (decimal): -4496308 or 5006523. OLE color: 5006523.

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

Color convert

RGB 187 100 76 -
CMYK 0 0.47 0.59 0.27
HSL 12.97º 0.45% 0.52% -
HSV(B) 12.97º 0.59% 0.73% -
XYZ 26.36 20.2 9.35 -
YUV 123.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 187 100 76 0 0.47 0.59 0.27 12.97 0.45 0.52
Hex BB 64 4C 0 2F 3B 1B D 2D 34
Octal 273 144 114 0 57 73 33 15 55 64
Binary 10111011 1100100 1001100 0 101111 111011 11011 1101 101101 110100

Color Harmonies of #BB644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB644C

Black with #BB644C

Text Example


Text Example

White with #BB644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB644C; }

 p { color: rgb(187,100,76); }

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

background-color css

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

 a { background-color: rgb(187,100,76); }

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

border-color css

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

 span { border-color: rgb(187,100,76); }

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