Html Css Color HEX #BA634C Flame Pea

📋 copy color: '#BA634C'

red 186 ◦ green 99 ◦ blue 76

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

Shades of Flame Pea #BA634C

Tints of Flame Pea #BA634C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.05%

R = 51.52%
G = 27.42%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA634C (or 0xBA634C) is known color: Flame Pea. HEX triplet: BA, 63 and 4C. RGB value is (186,99,76). Sum of RGB (Red+Green+Blue) = 186+99+76=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA634C is #459CB3. Grayscale: #7A7A7A. Windows color (decimal): -4562100 or 5006266. OLE color: 5006266.

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

Color convert

RGB 186 99 76 -
CMYK 0 0.47 0.59 0.27
HSL 12.55º 0.44% 0.51% -
HSV(B) 12.55º 0.59% 0.73% -
XYZ 26.02 19.88 9.3 -
YUV 122.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 186 99 76 0 0.47 0.59 0.27 12.55 0.44 0.51
Hex BA 63 4C 0 2F 3B 1B D 2C 33
Octal 272 143 114 0 57 73 33 15 54 63
Binary 10111010 1100011 1001100 0 101111 111011 11011 1101 101100 110011

Color Harmonies of #BA634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA634C

Black with #BA634C

Text Example


Text Example

White with #BA634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA634C; }

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

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

background-color css

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

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

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

border-color css

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

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

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