Html Css Color HEX #BA634F Flame Pea

📋 copy color: '#BA634F'

red 186 ◦ green 99 ◦ blue 79

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

Shades of Flame Pea #BA634F

Tints of Flame Pea #BA634F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.7%

R = 51.1%
G = 27.2%
B = 21.7%

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

#BA634F (or 0xBA634F) is known color: Flame Pea. HEX triplet: BA, 63 and 4F. RGB value is (186,99,79). Sum of RGB (Red+Green+Blue) = 186+99+79=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA634F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA634F is #459CB0. Grayscale: #7A7A7A. Windows color (decimal): -4562097 or 5202874. OLE color: 5202874.

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

Color convert

RGB 186 99 79 -
CMYK 0 0.47 0.58 0.27
HSL 11.21º 0.44% 0.52% -
HSV(B) 11.21º 0.58% 0.73% -
XYZ 26.12 19.93 9.87 -
YUV 122.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 186 99 79 0 0.47 0.58 0.27 11.21 0.44 0.52
Hex BA 63 4F 0 2F 3A 1B B 2C 34
Octal 272 143 117 0 57 72 33 13 54 64
Binary 10111010 1100011 1001111 0 101111 111010 11011 1011 101100 110100

Color Harmonies of #BA634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA634F

Black with #BA634F

Text Example


Text Example

White with #BA634F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA634F; }

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

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

background-color css

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

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

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

border-color css

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

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

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