Html Css Color HEX #BB6752 Flame Pea

📋 copy color: '#BB6752'

red 187 ◦ green 103 ◦ blue 82

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

Shades of Flame Pea #BB6752

Tints of Flame Pea #BB6752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.04%

R = 50.27%
G = 27.69%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB6752 (or 0xBB6752) is known color: Flame Pea. HEX triplet: BB, 67 and 52. RGB value is (187,103,82). Sum of RGB (Red+Green+Blue) = 187+103+82=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6752 is #4498AD. Grayscale: #7D7D7D. Windows color (decimal): -4495534 or 5400507. OLE color: 5400507.

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

Color convert

RGB 187 103 82 -
CMYK 0 0.45 0.56 0.27
HSL 12º 0.44% 0.53% -
HSV(B) 12º 0.56% 0.73% -
XYZ 26.87 20.87 10.6 -
YUV 125.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 187 103 82 0 0.45 0.56 0.27 12 0.44 0.53
Hex BB 67 52 0 2D 38 1B C 2C 35
Octal 273 147 122 0 55 70 33 14 54 65
Binary 10111011 1100111 1010010 0 101101 111000 11011 1100 101100 110101

Color Harmonies of #BB6752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6752

Black with #BB6752

Text Example


Text Example

White with #BB6752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6752; }

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

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

background-color css

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

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

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

border-color css

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

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

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