Html Css Color HEX #BA680F Chocolate

📋 copy color: '#BA680F'

red 186 ◦ green 104 ◦ blue 15

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

Shades of Chocolate #BA680F

Tints of Chocolate #BA680F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.1%

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 60.98%
G = 34.1%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA680F (or 0xBA680F) is known color: Chocolate. HEX triplet: BA, 68 and 0F. RGB value is (186,104,15). Sum of RGB (Red+Green+Blue) = 186+104+15=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA680F is #4597F0. Grayscale: #767676. Windows color (decimal): -4560881 or 1009850. OLE color: 1009850.

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

Color convert

RGB 186 104 15 -
CMYK 0 0.44 0.92 0.27
HSL 31.23º 0.85% 0.39% -
HSV(B) 31.23º 0.92% 0.73% -
XYZ 25.29 20.37 3.05 -
YUV 118.37 69.67 176.24 -
System Red Green Blue C M Y K H S L
Decimal 186 104 15 0 0.44 0.92 0.27 31.23 0.85 0.39
Hex BA 68 F 0 2C 5C 1B 1F 55 27
Octal 272 150 17 0 54 134 33 37 125 47
Binary 10111010 1101000 1111 0 101100 1011100 11011 11111 1010101 100111

Color Harmonies of #BA680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA680F

Black with #BA680F

Text Example


Text Example

White with #BA680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA680F; }

 p { color: rgb(186,104,15); }

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

background-color css

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

 a { background-color: rgb(186,104,15); }

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

border-color css

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

 span { border-color: rgb(186,104,15); }

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