Html Css Color HEX #BA604B Flame Pea

📋 copy color: '#BA604B'

red 186 ◦ green 96 ◦ blue 75

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

Shades of Flame Pea #BA604B

Tints of Flame Pea #BA604B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.89%

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

R = 52.1%
G = 26.89%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA604B (or 0xBA604B) is known color: Flame Pea. HEX triplet: BA, 60 and 4B. RGB value is (186,96,75). Sum of RGB (Red+Green+Blue) = 186+96+75=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA604B is #459FB4. Grayscale: #787878. Windows color (decimal): -4562869 or 4939962. OLE color: 4939962.

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

Color convert

RGB 186 96 75 -
CMYK 0 0.48 0.60 0.27
HSL 11.35º 0.45% 0.51% -
HSV(B) 11.35º 0.6% 0.73% -
XYZ 25.7 19.31 9.03 -
YUV 120.52 102.32 174.71 -
System Red Green Blue C M Y K H S L
Decimal 186 96 75 0 0.48 0.60 0.27 11.35 0.45 0.51
Hex BA 60 4B 0 30 3C 1B B 2D 33
Octal 272 140 113 0 60 74 33 13 55 63
Binary 10111010 1100000 1001011 0 110000 111100 11011 1011 101101 110011

Color Harmonies of #BA604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA604B

Black with #BA604B

Text Example


Text Example

White with #BA604B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA604B; }

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

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

background-color css

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

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

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

border-color css

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

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

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