Html Css Color HEX #BB674C Flame Pea

📋 copy color: '#BB674C'

red 187 ◦ green 103 ◦ blue 76

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

Shades of Flame Pea #BB674C

Tints of Flame Pea #BB674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.14%

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

R = 51.09%
G = 28.14%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB674C (or 0xBB674C) is known color: Flame Pea. HEX triplet: BB, 67 and 4C. RGB value is (187,103,76). Sum of RGB (Red+Green+Blue) = 187+103+76=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB674C is #4498B3. Grayscale: #7D7D7D. Windows color (decimal): -4495540 or 5007291. OLE color: 5007291.

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

Color convert

RGB 187 103 76 -
CMYK 0 0.45 0.59 0.27
HSL 14.59º 0.45% 0.52% -
HSV(B) 14.59º 0.59% 0.73% -
XYZ 26.65 20.79 9.45 -
YUV 125.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 187 103 76 0 0.45 0.59 0.27 14.59 0.45 0.52
Hex BB 67 4C 0 2D 3B 1B F 2D 34
Octal 273 147 114 0 55 73 33 17 55 64
Binary 10111011 1100111 1001100 0 101101 111011 11011 1111 101101 110100

Color Harmonies of #BB674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB674C

Black with #BB674C

Text Example


Text Example

White with #BB674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB674C; }

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

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

background-color css

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

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

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

border-color css

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

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

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