Html Css Color HEX #BB604C Flame Pea

📋 copy color: '#BB604C'

red 187 ◦ green 96 ◦ blue 76

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

Shades of Flame Pea #BB604C

Tints of Flame Pea #BB604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.74%

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

R = 52.09%
G = 26.74%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB604C (or 0xBB604C) is known color: Flame Pea. HEX triplet: BB, 60 and 4C. RGB value is (187,96,76). Sum of RGB (Red+Green+Blue) = 187+96+76=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB604C is #449FB3. Grayscale: #797979. Windows color (decimal): -4497332 or 5005499. OLE color: 5005499.

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

Color convert

RGB 187 96 76 -
CMYK 0 0.49 0.59 0.27
HSL 10.81º 0.45% 0.52% -
HSV(B) 10.81º 0.59% 0.73% -
XYZ 25.98 19.45 9.22 -
YUV 120.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 187 96 76 0 0.49 0.59 0.27 10.81 0.45 0.52
Hex BB 60 4C 0 31 3B 1B B 2D 34
Octal 273 140 114 0 61 73 33 13 55 64
Binary 10111011 1100000 1001100 0 110001 111011 11011 1011 101101 110100

Color Harmonies of #BB604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB604C

Black with #BB604C

Text Example


Text Example

White with #BB604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB604C; }

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

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

background-color css

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

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

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

border-color css

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

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

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