Html Css Color HEX #BA634B Flame Pea

📋 copy color: '#BA634B'

red 186 ◦ green 99 ◦ blue 75

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

Shades of Flame Pea #BA634B

Tints of Flame Pea #BA634B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.83%

R = 51.67%
G = 27.5%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA634B (or 0xBA634B) is known color: Flame Pea. HEX triplet: BA, 63 and 4B. RGB value is (186,99,75). Sum of RGB (Red+Green+Blue) = 186+99+75=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA634B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA634B is #459CB4. Grayscale: #7A7A7A. Windows color (decimal): -4562101 or 4940730. OLE color: 4940730.

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

Color convert

RGB 186 99 75 -
CMYK 0 0.47 0.60 0.27
HSL 12.97º 0.45% 0.51% -
HSV(B) 12.97º 0.6% 0.73% -
XYZ 25.98 19.87 9.12 -
YUV 122.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 186 99 75 0 0.47 0.60 0.27 12.97 0.45 0.51
Hex BA 63 4B 0 2F 3C 1B D 2D 33
Octal 272 143 113 0 57 74 33 15 55 63
Binary 10111010 1100011 1001011 0 101111 111100 11011 1101 101101 110011

Color Harmonies of #BA634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA634B

Black with #BA634B

Text Example


Text Example

White with #BA634B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA634B; }

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

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

background-color css

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

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

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

border-color css

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

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

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