Html Css Color HEX #BA6251 Flame Pea

📋 copy color: '#BA6251'

red 186 ◦ green 98 ◦ blue 81

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

Shades of Flame Pea #BA6251

Tints of Flame Pea #BA6251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.85%

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

R = 50.96%
G = 26.85%
B = 22.19%

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

#BA6251 (or 0xBA6251) is known color: Flame Pea. HEX triplet: BA, 62 and 51. RGB value is (186,98,81). Sum of RGB (Red+Green+Blue) = 186+98+81=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6251 is #459DAE. Grayscale: #7A7A7A. Windows color (decimal): -4562351 or 5333690. OLE color: 5333690.

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

Color convert

RGB 186 98 81 -
CMYK 0 0.47 0.56 0.27
HSL 9.71º 0.43% 0.52% -
HSV(B) 9.71º 0.56% 0.73% -
XYZ 26.1 19.77 10.22 -
YUV 122.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 186 98 81 0 0.47 0.56 0.27 9.71 0.43 0.52
Hex BA 62 51 0 2F 38 1B A 2B 34
Octal 272 142 121 0 57 70 33 12 53 64
Binary 10111010 1100010 1010001 0 101111 111000 11011 1010 101011 110100

Color Harmonies of #BA6251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6251

Black with #BA6251

Text Example


Text Example

White with #BA6251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6251; }

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

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

background-color css

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

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

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

border-color css

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

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

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