Html Css Color HEX #BB6748 Flame Pea

📋 copy color: '#BB6748'

red 187 ◦ green 103 ◦ blue 72

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

Shades of Flame Pea #BB6748

Tints of Flame Pea #BB6748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.45%

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

R = 51.66%
G = 28.45%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB6748 (or 0xBB6748) is known color: Flame Pea. HEX triplet: BB, 67 and 48. RGB value is (187,103,72). Sum of RGB (Red+Green+Blue) = 187+103+72=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6748 is #4498B7. Grayscale: #7C7C7C. Windows color (decimal): -4495544 or 4745147. OLE color: 4745147.

HSL color Cylindrical-coordinate representation of color #BB6748: hue angle of 16.17º 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 #BB6748 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 103 72 -
CMYK 0 0.45 0.61 0.27
HSL 16.17º 0.46% 0.51% -
HSV(B) 16.17º 0.61% 0.73% -
XYZ 26.51 20.73 8.74 -
YUV 124.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 187 103 72 0 0.45 0.61 0.27 16.17 0.46 0.51
Hex BB 67 48 0 2D 3D 1B 10 2E 33
Octal 273 147 110 0 55 75 33 20 56 63
Binary 10111011 1100111 1001000 0 101101 111101 11011 10000 101110 110011

Color Harmonies of #BB6748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6748

Black with #BB6748

Text Example


Text Example

White with #BB6748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6748; }

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

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

background-color css

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

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

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

border-color css

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

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

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