Html Css Color HEX #BA684B Flame Pea

📋 copy color: '#BA684B'

red 186 ◦ green 104 ◦ blue 75

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

Shades of Flame Pea #BA684B

Tints of Flame Pea #BA684B

RGB

 RED value IS 186 (73.05% from 255) = 50.96%

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

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

R = 50.96%
G = 28.49%
B = 20.55%

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

#BA684B (or 0xBA684B) is known color: Flame Pea. HEX triplet: BA, 68 and 4B. RGB value is (186,104,75). Sum of RGB (Red+Green+Blue) = 186+104+75=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA684B is #4597B4. Grayscale: #7D7D7D. Windows color (decimal): -4560821 or 4942010. OLE color: 4942010.

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

Color convert

RGB 186 104 75 -
CMYK 0 0.44 0.60 0.27
HSL 15.68º 0.45% 0.51% -
HSV(B) 15.68º 0.6% 0.73% -
XYZ 26.47 20.85 9.29 -
YUV 125.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 186 104 75 0 0.44 0.60 0.27 15.68 0.45 0.51
Hex BA 68 4B 0 2C 3C 1B 10 2D 33
Octal 272 150 113 0 54 74 33 20 55 63
Binary 10111010 1101000 1001011 0 101100 111100 11011 10000 101101 110011

Color Harmonies of #BA684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA684B

Black with #BA684B

Text Example


Text Example

White with #BA684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA684B; }

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

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

background-color css

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

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

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

border-color css

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

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

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