Html Css Color HEX #BC650D Tenne (Tawny)

📋 copy color: '#BC650D'

red 188 ◦ green 101 ◦ blue 13

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

Shades of Tenne (Tawny) #BC650D

Tints of Tenne (Tawny) #BC650D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.3%

R = 62.25%
G = 33.44%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC650D (or 0xBC650D) is known color: Tenne (Tawny). HEX triplet: BC, 65 and 0D. RGB value is (188,101,13). Sum of RGB (Red+Green+Blue) = 188+101+13=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC650D is #439AF2. Grayscale: #757575. Windows color (decimal): -4430579 or 878012. OLE color: 878012.

HSL color Cylindrical-coordinate representation of color #BC650D: hue angle of 30.17º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC650D is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 101 13 -
CMYK 0 0.46 0.93 0.26
HSL 30.17º 0.87% 0.39% -
HSV(B) 30.17º 0.93% 0.74% -
XYZ 25.47 20.03 2.9 -
YUV 116.98 69.32 178.66 -
System Red Green Blue C M Y K H S L
Decimal 188 101 13 0 0.46 0.93 0.26 30.17 0.87 0.39
Hex BC 65 D 0 2E 5D 1A 1E 57 27
Octal 274 145 15 0 56 135 32 36 127 47
Binary 10111100 1100101 1101 0 101110 1011101 11010 11110 1010111 100111

Color Harmonies of #BC650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC650D

Black with #BC650D

Text Example


Text Example

White with #BC650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC650D; }

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

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

background-color css

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

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

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

border-color css

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

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

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