Html Css Color HEX #BB654F Flame Pea

📋 copy color: '#BB654F'

red 187 ◦ green 101 ◦ blue 79

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

Shades of Flame Pea #BB654F

Tints of Flame Pea #BB654F

RGB

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

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

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

R = 50.95%
G = 27.52%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB654F (or 0xBB654F) is known color: Flame Pea. HEX triplet: BB, 65 and 4F. RGB value is (187,101,79). Sum of RGB (Red+Green+Blue) = 187+101+79=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB654F is #449AB0. Grayscale: #7C7C7C. Windows color (decimal): -4496049 or 5203387. OLE color: 5203387.

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

Color convert

RGB 187 101 79 -
CMYK 0 0.46 0.58 0.27
HSL 12.22º 0.44% 0.52% -
HSV(B) 12.22º 0.58% 0.73% -
XYZ 26.56 20.44 9.94 -
YUV 124.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 187 101 79 0 0.46 0.58 0.27 12.22 0.44 0.52
Hex BB 65 4F 0 2E 3A 1B C 2C 34
Octal 273 145 117 0 56 72 33 14 54 64
Binary 10111011 1100101 1001111 0 101110 111010 11011 1100 101100 110100

Color Harmonies of #BB654F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB654F

Black with #BB654F

Text Example


Text Example

White with #BB654F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB654F; }

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

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

background-color css

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

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

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

border-color css

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

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

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