Html Css Color HEX #BA634E Flame Pea

📋 copy color: '#BA634E'

red 186 ◦ green 99 ◦ blue 78

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

Shades of Flame Pea #BA634E

Tints of Flame Pea #BA634E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.49%

R = 51.24%
G = 27.27%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA634E (or 0xBA634E) is known color: Flame Pea. HEX triplet: BA, 63 and 4E. RGB value is (186,99,78). Sum of RGB (Red+Green+Blue) = 186+99+78=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA634E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA634E is #459CB1. Grayscale: #7A7A7A. Windows color (decimal): -4562098 or 5137338. OLE color: 5137338.

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

Color convert

RGB 186 99 78 -
CMYK 0 0.47 0.58 0.27
HSL 11.67º 0.44% 0.52% -
HSV(B) 11.67º 0.58% 0.73% -
XYZ 26.09 19.91 9.68 -
YUV 122.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 186 99 78 0 0.47 0.58 0.27 11.67 0.44 0.52
Hex BA 63 4E 0 2F 3A 1B C 2C 34
Octal 272 143 116 0 57 72 33 14 54 64
Binary 10111010 1100011 1001110 0 101111 111010 11011 1100 101100 110100

Color Harmonies of #BA634E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA634E

Black with #BA634E

Text Example


Text Example

White with #BA634E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA634E; }

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

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

background-color css

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

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

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

border-color css

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

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

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