Html Css Color HEX #BB644F Flame Pea

📋 copy color: '#BB644F'

red 187 ◦ green 100 ◦ blue 79

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

Shades of Flame Pea #BB644F

Tints of Flame Pea #BB644F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.58%

R = 51.09%
G = 27.32%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB644F (or 0xBB644F) is known color: Flame Pea. HEX triplet: BB, 64 and 4F. RGB value is (187,100,79). Sum of RGB (Red+Green+Blue) = 187+100+79=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB644F is #449BB0. Grayscale: #7B7B7B. Windows color (decimal): -4496305 or 5203131. OLE color: 5203131.

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

Color convert

RGB 187 100 79 -
CMYK 0 0.47 0.58 0.27
HSL 11.67º 0.44% 0.52% -
HSV(B) 11.67º 0.58% 0.73% -
XYZ 26.46 20.24 9.91 -
YUV 123.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 187 100 79 0 0.47 0.58 0.27 11.67 0.44 0.52
Hex BB 64 4F 0 2F 3A 1B C 2C 34
Octal 273 144 117 0 57 72 33 14 54 64
Binary 10111011 1100100 1001111 0 101111 111010 11011 1100 101100 110100

Color Harmonies of #BB644F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB644F

Black with #BB644F

Text Example


Text Example

White with #BB644F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB644F; }

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

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

background-color css

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

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

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

border-color css

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

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

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