Html Css Color HEX #BC690B Tenne (Tawny)

📋 copy color: '#BC690B'

red 188 ◦ green 105 ◦ blue 11

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

Shades of Tenne (Tawny) #BC690B

Tints of Tenne (Tawny) #BC690B

RGB

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

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

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

R = 61.84%
G = 34.54%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC690B (or 0xBC690B) is known color: Tenne (Tawny). HEX triplet: BC, 69 and 0B. RGB value is (188,105,11). Sum of RGB (Red+Green+Blue) = 188+105+11=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC690B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC690B is #4396F4. Grayscale: #777777. Windows color (decimal): -4429557 or 747964. OLE color: 747964.

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

Color convert

RGB 188 105 11 -
CMYK 0 0.44 0.94 0.26
HSL 31.86º 0.89% 0.39% -
HSV(B) 31.86º 0.94% 0.74% -
XYZ 25.85 20.82 2.97 -
YUV 119.1 67 177.14 -
System Red Green Blue C M Y K H S L
Decimal 188 105 11 0 0.44 0.94 0.26 31.86 0.89 0.39
Hex BC 69 B 0 2C 5E 1A 20 59 27
Octal 274 151 13 0 54 136 32 40 131 47
Binary 10111100 1101001 1011 0 101100 1011110 11010 100000 1011001 100111

Color Harmonies of #BC690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC690B

Black with #BC690B

Text Example


Text Example

White with #BC690B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC690B; }

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

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

background-color css

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

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

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

border-color css

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

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

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