Html Css Color HEX #BC670F Chocolate

📋 copy color: '#BC670F'

red 188 ◦ green 103 ◦ blue 15

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

Shades of Chocolate #BC670F

Tints of Chocolate #BC670F

RGB

 RED value IS 188 (73.83% from 255) = 61.44%

 GREEN value IS 103 (40.63% from 255) = 33.66%

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

R = 61.44%
G = 33.66%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC670F (or 0xBC670F) is known color: Chocolate. HEX triplet: BC, 67 and 0F. RGB value is (188,103,15). Sum of RGB (Red+Green+Blue) = 188+103+15=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC670F is #4398F0. Grayscale: #767676. Windows color (decimal): -4430065 or 1009596. OLE color: 1009596.

HSL color Cylindrical-coordinate representation of color #BC670F: hue angle of 30.52º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC670F is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 103 15 -
CMYK 0 0.45 0.92 0.26
HSL 30.52º 0.85% 0.4% -
HSV(B) 30.52º 0.92% 0.74% -
XYZ 25.68 20.43 3.04 -
YUV 118.38 69.66 177.66 -
System Red Green Blue C M Y K H S L
Decimal 188 103 15 0 0.45 0.92 0.26 30.52 0.85 0.4
Hex BC 67 F 0 2D 5C 1A 1F 55 28
Octal 274 147 17 0 55 134 32 37 125 50
Binary 10111100 1100111 1111 0 101101 1011100 11010 11111 1010101 101000

Color Harmonies of #BC670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC670F

Black with #BC670F

Text Example


Text Example

White with #BC670F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC670F; }

 p { color: rgb(188,103,15); }

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

background-color css

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

 a { background-color: rgb(188,103,15); }

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

border-color css

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

 span { border-color: rgb(188,103,15); }

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