Html Css Color HEX #BB624B Flame Pea

📋 copy color: '#BB624B'

red 187 ◦ green 98 ◦ blue 75

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

Shades of Flame Pea #BB624B

Tints of Flame Pea #BB624B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.83%

R = 51.94%
G = 27.22%
B = 20.83%

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

#BB624B (or 0xBB624B) is known color: Flame Pea. HEX triplet: BB, 62 and 4B. RGB value is (187,98,75). Sum of RGB (Red+Green+Blue) = 187+98+75=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB624B is #449DB4. Grayscale: #7A7A7A. Windows color (decimal): -4496821 or 4940475. OLE color: 4940475.

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

Color convert

RGB 187 98 75 -
CMYK 0 0.48 0.60 0.27
HSL 12.32º 0.45% 0.51% -
HSV(B) 12.32º 0.6% 0.73% -
XYZ 26.13 19.81 9.1 -
YUV 121.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 187 98 75 0 0.48 0.60 0.27 12.32 0.45 0.51
Hex BB 62 4B 0 30 3C 1B C 2D 33
Octal 273 142 113 0 60 74 33 14 55 63
Binary 10111011 1100010 1001011 0 110000 111100 11011 1100 101101 110011

Color Harmonies of #BB624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB624B

Black with #BB624B

Text Example


Text Example

White with #BB624B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB624B; }

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

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

background-color css

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

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

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

border-color css

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

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

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