Html Css Color HEX #BB614A Flame Pea

📋 copy color: '#BB614A'

red 187 ◦ green 97 ◦ blue 74

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

Shades of Flame Pea #BB614A

Tints of Flame Pea #BB614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.09%

 BLUE value IS 74 (29.3% from 255) = 20.67%

R = 52.23%
G = 27.09%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB614A (or 0xBB614A) is known color: Flame Pea. HEX triplet: BB, 61 and 4A. RGB value is (187,97,74). Sum of RGB (Red+Green+Blue) = 187+97+74=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB614A is #449EB5. Grayscale: #797979. Windows color (decimal): -4497078 or 4874683. OLE color: 4874683.

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

Color convert

RGB 187 97 74 -
CMYK 0 0.48 0.60 0.27
HSL 12.21º 0.45% 0.51% -
HSV(B) 12.21º 0.6% 0.73% -
XYZ 26 19.61 8.89 -
YUV 121.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 187 97 74 0 0.48 0.60 0.27 12.21 0.45 0.51
Hex BB 61 4A 0 30 3C 1B C 2D 33
Octal 273 141 112 0 60 74 33 14 55 63
Binary 10111011 1100001 1001010 0 110000 111100 11011 1100 101101 110011

Color Harmonies of #BB614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB614A

Black with #BB614A

Text Example


Text Example

White with #BB614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB614A; }

 p { color: rgb(187,97,74); }

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

background-color css

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

 a { background-color: rgb(187,97,74); }

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

border-color css

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

 span { border-color: rgb(187,97,74); }

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