Html Css Color HEX #BB6547 Flame Pea

📋 copy color: '#BB6547'

red 187 ◦ green 101 ◦ blue 71

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

Shades of Flame Pea #BB6547

Tints of Flame Pea #BB6547

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.13%

 BLUE value IS 71 (28.13% from 255) = 19.78%

R = 52.09%
G = 28.13%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB6547 (or 0xBB6547) is known color: Flame Pea. HEX triplet: BB, 65 and 47. RGB value is (187,101,71). Sum of RGB (Red+Green+Blue) = 187+101+71=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6547 is #449AB8. Grayscale: #7B7B7B. Windows color (decimal): -4496057 or 4679099. OLE color: 4679099.

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

Color convert

RGB 187 101 71 -
CMYK 0 0.46 0.62 0.27
HSL 15.52º 0.46% 0.51% -
HSV(B) 15.52º 0.62% 0.73% -
XYZ 26.28 20.33 8.5 -
YUV 123.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 187 101 71 0 0.46 0.62 0.27 15.52 0.46 0.51
Hex BB 65 47 0 2E 3E 1B 10 2E 33
Octal 273 145 107 0 56 76 33 20 56 63
Binary 10111011 1100101 1000111 0 101110 111110 11011 10000 101110 110011

Color Harmonies of #BB6547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6547

Black with #BB6547

Text Example


Text Example

White with #BB6547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6547; }

 p { color: rgb(187,101,71); }

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

background-color css

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

 a { background-color: rgb(187,101,71); }

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

border-color css

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

 span { border-color: rgb(187,101,71); }

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