Html Css Color HEX #BB674A Flame Pea

📋 copy color: '#BB674A'

red 187 ◦ green 103 ◦ blue 74

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

Shades of Flame Pea #BB674A

Tints of Flame Pea #BB674A

RGB

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

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

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

R = 51.37%
G = 28.3%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB674A (or 0xBB674A) is known color: Flame Pea. HEX triplet: BB, 67 and 4A. RGB value is (187,103,74). Sum of RGB (Red+Green+Blue) = 187+103+74=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB674A is #4498B5. Grayscale: #7D7D7D. Windows color (decimal): -4495542 or 4876219. OLE color: 4876219.

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

Color convert

RGB 187 103 74 -
CMYK 0 0.45 0.60 0.27
HSL 15.4º 0.45% 0.51% -
HSV(B) 15.4º 0.6% 0.73% -
XYZ 26.58 20.76 9.08 -
YUV 124.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 187 103 74 0 0.45 0.60 0.27 15.4 0.45 0.51
Hex BB 67 4A 0 2D 3C 1B F 2D 33
Octal 273 147 112 0 55 74 33 17 55 63
Binary 10111011 1100111 1001010 0 101101 111100 11011 1111 101101 110011

Color Harmonies of #BB674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB674A

Black with #BB674A

Text Example


Text Example

White with #BB674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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