Html Css Color HEX #BA654B Flame Pea

📋 copy color: '#BA654B'

red 186 ◦ green 101 ◦ blue 75

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

Shades of Flame Pea #BA654B

Tints of Flame Pea #BA654B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.9%

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

R = 51.38%
G = 27.9%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA654B (or 0xBA654B) is known color: Flame Pea. HEX triplet: BA, 65 and 4B. RGB value is (186,101,75). Sum of RGB (Red+Green+Blue) = 186+101+75=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA654B is #459AB4. Grayscale: #7B7B7B. Windows color (decimal): -4561589 or 4941242. OLE color: 4941242.

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

Color convert

RGB 186 101 75 -
CMYK 0 0.46 0.60 0.27
HSL 14.05º 0.45% 0.51% -
HSV(B) 14.05º 0.6% 0.73% -
XYZ 26.17 20.25 9.19 -
YUV 123.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 186 101 75 0 0.46 0.60 0.27 14.05 0.45 0.51
Hex BA 65 4B 0 2E 3C 1B E 2D 33
Octal 272 145 113 0 56 74 33 16 55 63
Binary 10111010 1100101 1001011 0 101110 111100 11011 1110 101101 110011

Color Harmonies of #BA654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA654B

Black with #BA654B

Text Example


Text Example

White with #BA654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA654B; }

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

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

background-color css

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

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

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

border-color css

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

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

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