Html Css Color HEX #BC650F Tenne (Tawny)

📋 copy color: '#BC650F'

red 188 ◦ green 101 ◦ blue 15

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

Shades of Tenne (Tawny) #BC650F

Tints of Tenne (Tawny) #BC650F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.22%

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

R = 61.84%
G = 33.22%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC650F (or 0xBC650F) is known color: Tenne (Tawny). HEX triplet: BC, 65 and 0F. RGB value is (188,101,15). Sum of RGB (Red+Green+Blue) = 188+101+15=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC650F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC650F is #439AF0. Grayscale: #757575. Windows color (decimal): -4430577 or 1009084. OLE color: 1009084.

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

Color convert

RGB 188 101 15 -
CMYK 0 0.46 0.92 0.26
HSL 29.83º 0.85% 0.4% -
HSV(B) 29.83º 0.92% 0.74% -
XYZ 25.48 20.03 2.98 -
YUV 117.21 70.32 178.49 -
System Red Green Blue C M Y K H S L
Decimal 188 101 15 0 0.46 0.92 0.26 29.83 0.85 0.4
Hex BC 65 F 0 2E 5C 1A 1E 55 28
Octal 274 145 17 0 56 134 32 36 125 50
Binary 10111100 1100101 1111 0 101110 1011100 11010 11110 1010101 101000

Color Harmonies of #BC650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC650F

Black with #BC650F

Text Example


Text Example

White with #BC650F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC650F; }

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

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

background-color css

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

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

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

border-color css

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

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

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