Html Css Color HEX #BC690F Chocolate

📋 copy color: '#BC690F'

red 188 ◦ green 105 ◦ blue 15

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

Shades of Chocolate #BC690F

Tints of Chocolate #BC690F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.09%

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

R = 61.04%
G = 34.09%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC690F (or 0xBC690F) is known color: Chocolate. HEX triplet: BC, 69 and 0F. RGB value is (188,105,15). Sum of RGB (Red+Green+Blue) = 188+105+15=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC690F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC690F is #4396F0. Grayscale: #787878. Windows color (decimal): -4429553 or 1010108. OLE color: 1010108.

HSL color Cylindrical-coordinate representation of color #BC690F: hue angle of 31.21º 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 #BC690F is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 105 15 -
CMYK 0 0.44 0.92 0.26
HSL 31.21º 0.85% 0.4% -
HSV(B) 31.21º 0.92% 0.74% -
XYZ 25.88 20.83 3.11 -
YUV 119.56 69 176.82 -
System Red Green Blue C M Y K H S L
Decimal 188 105 15 0 0.44 0.92 0.26 31.21 0.85 0.4
Hex BC 69 F 0 2C 5C 1A 1F 55 28
Octal 274 151 17 0 54 134 32 37 125 50
Binary 10111100 1101001 1111 0 101100 1011100 11010 11111 1010101 101000

Color Harmonies of #BC690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC690F

Black with #BC690F

Text Example


Text Example

White with #BC690F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC690F; }

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

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

background-color css

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

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

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

border-color css

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

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

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