Html Css Color HEX #BB674B Flame Pea

📋 copy color: '#BB674B'

red 187 ◦ green 103 ◦ blue 75

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

Shades of Flame Pea #BB674B

Tints of Flame Pea #BB674B

RGB

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

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

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

R = 51.23%
G = 28.22%
B = 20.55%

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

#BB674B (or 0xBB674B) is known color: Flame Pea. HEX triplet: BB, 67 and 4B. RGB value is (187,103,75). Sum of RGB (Red+Green+Blue) = 187+103+75=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB674B is #4498B4. Grayscale: #7D7D7D. Windows color (decimal): -4495541 or 4941755. OLE color: 4941755.

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

Color convert

RGB 187 103 75 -
CMYK 0 0.45 0.60 0.27
HSL 15º 0.45% 0.51% -
HSV(B) 15º 0.6% 0.73% -
XYZ 26.61 20.77 9.26 -
YUV 124.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 187 103 75 0 0.45 0.60 0.27 15 0.45 0.51
Hex BB 67 4B 0 2D 3C 1B F 2D 33
Octal 273 147 113 0 55 74 33 17 55 63
Binary 10111011 1100111 1001011 0 101101 111100 11011 1111 101101 110011

Color Harmonies of #BB674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB674B

Black with #BB674B

Text Example


Text Example

White with #BB674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB674B; }

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

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

background-color css

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

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

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

border-color css

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

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

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