Html Css Color HEX #BB684B Flame Pea

📋 copy color: '#BB684B'

red 187 ◦ green 104 ◦ blue 75

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

Shades of Flame Pea #BB684B

Tints of Flame Pea #BB684B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.42%

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

R = 51.09%
G = 28.42%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB684B (or 0xBB684B) is known color: Flame Pea. HEX triplet: BB, 68 and 4B. RGB value is (187,104,75). Sum of RGB (Red+Green+Blue) = 187+104+75=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB684B is #4497B4. Grayscale: #7D7D7D. Windows color (decimal): -4495285 or 4942011. OLE color: 4942011.

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

Color convert

RGB 187 104 75 -
CMYK 0 0.44 0.60 0.27
HSL 15.54º 0.45% 0.51% -
HSV(B) 15.54º 0.6% 0.73% -
XYZ 26.71 20.97 9.3 -
YUV 125.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 187 104 75 0 0.44 0.60 0.27 15.54 0.45 0.51
Hex BB 68 4B 0 2C 3C 1B 10 2D 33
Octal 273 150 113 0 54 74 33 20 55 63
Binary 10111011 1101000 1001011 0 101100 111100 11011 10000 101101 110011

Color Harmonies of #BB684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB684B

Black with #BB684B

Text Example


Text Example

White with #BB684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB684B; }

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

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

background-color css

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

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

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

border-color css

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

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

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