Html Css Color HEX #BB684F Flame Pea

📋 copy color: '#BB684F'

red 187 ◦ green 104 ◦ blue 79

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

Shades of Flame Pea #BB684F

Tints of Flame Pea #BB684F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

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

R = 50.54%
G = 28.11%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB684F (or 0xBB684F) is known color: Flame Pea. HEX triplet: BB, 68 and 4F. RGB value is (187,104,79). Sum of RGB (Red+Green+Blue) = 187+104+79=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB684F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB684F is #4497B0. Grayscale: #7E7E7E. Windows color (decimal): -4495281 or 5204155. OLE color: 5204155.

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

Color convert

RGB 187 104 79 -
CMYK 0 0.44 0.58 0.27
HSL 13.89º 0.44% 0.52% -
HSV(B) 13.89º 0.58% 0.73% -
XYZ 26.86 21.03 10.04 -
YUV 125.97 101.5 171.53 -
System Red Green Blue C M Y K H S L
Decimal 187 104 79 0 0.44 0.58 0.27 13.89 0.44 0.52
Hex BB 68 4F 0 2C 3A 1B E 2C 34
Octal 273 150 117 0 54 72 33 16 54 64
Binary 10111011 1101000 1001111 0 101100 111010 11011 1110 101100 110100

Color Harmonies of #BB684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB684F

Black with #BB684F

Text Example


Text Example

White with #BB684F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB684F; }

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

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

background-color css

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

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

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

border-color css

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

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

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