Html Css Color HEX #BB674E Flame Pea

📋 copy color: '#BB674E'

red 187 ◦ green 103 ◦ blue 78

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

Shades of Flame Pea #BB674E

Tints of Flame Pea #BB674E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.2%

R = 50.82%
G = 27.99%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB674E (or 0xBB674E) is known color: Flame Pea. HEX triplet: BB, 67 and 4E. RGB value is (187,103,78). Sum of RGB (Red+Green+Blue) = 187+103+78=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB674E is #4498B1. Grayscale: #7D7D7D. Windows color (decimal): -4495538 or 5138363. OLE color: 5138363.

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

Color convert

RGB 187 103 78 -
CMYK 0 0.45 0.58 0.27
HSL 13.76º 0.44% 0.52% -
HSV(B) 13.76º 0.58% 0.73% -
XYZ 26.72 20.82 9.82 -
YUV 125.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 187 103 78 0 0.45 0.58 0.27 13.76 0.44 0.52
Hex BB 67 4E 0 2D 3A 1B E 2C 34
Octal 273 147 116 0 55 72 33 16 54 64
Binary 10111011 1100111 1001110 0 101101 111010 11011 1110 101100 110100

Color Harmonies of #BB674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB674E

Black with #BB674E

Text Example


Text Example

White with #BB674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB674E; }

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

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

background-color css

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

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

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

border-color css

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

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

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