Html Css Color HEX #BB6548 Flame Pea

📋 copy color: '#BB6548'

red 187 ◦ green 101 ◦ blue 72

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

Shades of Flame Pea #BB6548

Tints of Flame Pea #BB6548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20%

R = 51.94%
G = 28.06%
B = 20%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB6548 (or 0xBB6548) is known color: Flame Pea. HEX triplet: BB, 65 and 48. RGB value is (187,101,72). Sum of RGB (Red+Green+Blue) = 187+101+72=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6548 is #449AB7. Grayscale: #7B7B7B. Windows color (decimal): -4496056 or 4744635. OLE color: 4744635.

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

Color convert

RGB 187 101 72 -
CMYK 0 0.46 0.61 0.27
HSL 15.13º 0.46% 0.51% -
HSV(B) 15.13º 0.61% 0.73% -
XYZ 26.32 20.34 8.67 -
YUV 123.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 187 101 72 0 0.46 0.61 0.27 15.13 0.46 0.51
Hex BB 65 48 0 2E 3D 1B F 2E 33
Octal 273 145 110 0 56 75 33 17 56 63
Binary 10111011 1100101 1001000 0 101110 111101 11011 1111 101110 110011

Color Harmonies of #BB6548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6548

Black with #BB6548

Text Example


Text Example

White with #BB6548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6548; }

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

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

background-color css

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

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

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

border-color css

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

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

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