Html Css Color HEX #BC610B Tenne (Tawny)

📋 copy color: '#BC610B'

red 188 ◦ green 97 ◦ blue 11

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

Shades of Tenne (Tawny) #BC610B

Tints of Tenne (Tawny) #BC610B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.77%

 BLUE value IS 11 (4.69% from 255) = 3.72%

R = 63.51%
G = 32.77%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC610B (or 0xBC610B) is known color: Tenne (Tawny). HEX triplet: BC, 61 and 0B. RGB value is (188,97,11). Sum of RGB (Red+Green+Blue) = 188+97+11=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC610B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC610B is #439EF4. Grayscale: #727272. Windows color (decimal): -4431605 or 745916. OLE color: 745916.

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

Color convert

RGB 188 97 11 -
CMYK 0 0.48 0.94 0.26
HSL 29.15º 0.89% 0.39% -
HSV(B) 29.15º 0.94% 0.74% -
XYZ 25.07 19.26 2.71 -
YUV 114.41 69.65 180.49 -
System Red Green Blue C M Y K H S L
Decimal 188 97 11 0 0.48 0.94 0.26 29.15 0.89 0.39
Hex BC 61 B 0 30 5E 1A 1D 59 27
Octal 274 141 13 0 60 136 32 35 131 47
Binary 10111100 1100001 1011 0 110000 1011110 11010 11101 1011001 100111

Color Harmonies of #BC610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC610B

Black with #BC610B

Text Example


Text Example

White with #BC610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC610B; }

 p { color: rgb(188,97,11); }

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

background-color css

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

 a { background-color: rgb(188,97,11); }

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

border-color css

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

 span { border-color: rgb(188,97,11); }

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