Html Css Color HEX #BB624A Flame Pea

📋 copy color: '#BB624A'

red 187 ◦ green 98 ◦ blue 74

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

Shades of Flame Pea #BB624A

Tints of Flame Pea #BB624A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.3%

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

R = 52.09%
G = 27.3%
B = 20.61%

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

#BB624A (or 0xBB624A) is known color: Flame Pea. HEX triplet: BB, 62 and 4A. RGB value is (187,98,74). Sum of RGB (Red+Green+Blue) = 187+98+74=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB624A is #449DB5. Grayscale: #7A7A7A. Windows color (decimal): -4496822 or 4874939. OLE color: 4874939.

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

Color convert

RGB 187 98 74 -
CMYK 0 0.48 0.60 0.27
HSL 12.74º 0.45% 0.51% -
HSV(B) 12.74º 0.6% 0.73% -
XYZ 26.1 19.79 8.92 -
YUV 121.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 187 98 74 0 0.48 0.60 0.27 12.74 0.45 0.51
Hex BB 62 4A 0 30 3C 1B D 2D 33
Octal 273 142 112 0 60 74 33 15 55 63
Binary 10111011 1100010 1001010 0 110000 111100 11011 1101 101101 110011

Color Harmonies of #BB624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB624A

Black with #BB624A

Text Example


Text Example

White with #BB624A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB624A; }

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

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

background-color css

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

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

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

border-color css

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

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

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