Html Css Color HEX #BA6351 Flame Pea

📋 copy color: '#BA6351'

red 186 ◦ green 99 ◦ blue 81

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

Shades of Flame Pea #BA6351

Tints of Flame Pea #BA6351

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.05%

 BLUE value IS 81 (32.03% from 255) = 22.13%

R = 50.82%
G = 27.05%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA6351 (or 0xBA6351) is known color: Flame Pea. HEX triplet: BA, 63 and 51. RGB value is (186,99,81). Sum of RGB (Red+Green+Blue) = 186+99+81=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6351 is #459CAE. Grayscale: #7B7B7B. Windows color (decimal): -4562095 or 5333946. OLE color: 5333946.

HSL color Cylindrical-coordinate representation of color #BA6351: hue angle of 10.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6351 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 99 81 -
CMYK 0 0.47 0.56 0.27
HSL 10.29º 0.43% 0.52% -
HSV(B) 10.29º 0.56% 0.73% -
XYZ 26.2 19.96 10.26 -
YUV 122.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 186 99 81 0 0.47 0.56 0.27 10.29 0.43 0.52
Hex BA 63 51 0 2F 38 1B A 2B 34
Octal 272 143 121 0 57 70 33 12 53 64
Binary 10111010 1100011 1010001 0 101111 111000 11011 1010 101011 110100

Color Harmonies of #BA6351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6351

Black with #BA6351

Text Example


Text Example

White with #BA6351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6351; }

 p { color: rgb(186,99,81); }

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

background-color css

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

 a { background-color: rgb(186,99,81); }

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

border-color css

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

 span { border-color: rgb(186,99,81); }

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