Html Css Color HEX #BB614C Flame Pea

📋 copy color: '#BB614C'

red 187 ◦ green 97 ◦ blue 76

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

Shades of Flame Pea #BB614C

Tints of Flame Pea #BB614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.11%

R = 51.94%
G = 26.94%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB614C (or 0xBB614C) is known color: Flame Pea. HEX triplet: BB, 61 and 4C. RGB value is (187,97,76). Sum of RGB (Red+Green+Blue) = 187+97+76=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB614C is #449EB3. Grayscale: #797979. Windows color (decimal): -4497076 or 5005755. OLE color: 5005755.

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

Color convert

RGB 187 97 76 -
CMYK 0 0.48 0.59 0.27
HSL 11.35º 0.45% 0.52% -
HSV(B) 11.35º 0.59% 0.73% -
XYZ 26.07 19.64 9.25 -
YUV 121.52 102.32 174.71 -
System Red Green Blue C M Y K H S L
Decimal 187 97 76 0 0.48 0.59 0.27 11.35 0.45 0.52
Hex BB 61 4C 0 30 3B 1B B 2D 34
Octal 273 141 114 0 60 73 33 13 55 64
Binary 10111011 1100001 1001100 0 110000 111011 11011 1011 101101 110100

Color Harmonies of #BB614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB614C

Black with #BB614C

Text Example


Text Example

White with #BB614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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