Html Css Color HEX #BC4E03 Tenne (Tawny)

📋 copy color: '#BC4E03'

red 188 ◦ green 78 ◦ blue 3

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

Shades of Tenne (Tawny) #BC4E03

Tints of Tenne (Tawny) #BC4E03

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29%

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 69.89%
G = 29%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC4E03 (or 0xBC4E03) is known color: Tenne (Tawny). HEX triplet: BC, 4E and 03. RGB value is (188,78,3). Sum of RGB (Red+Green+Blue) = 188+78+3=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4E03 is #43B1FC. Grayscale: #666666. Windows color (decimal): -4436477 or 216764. OLE color: 216764.

HSL color Cylindrical-coordinate representation of color #BC4E03: hue angle of 24.32º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC4E03 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 78 3 -
CMYK 0 0.59 0.98 0.26
HSL 24.32º 0.97% 0.37% -
HSV(B) 24.32º 0.98% 0.74% -
XYZ 23.48 16.15 1.97 -
YUV 102.34 71.94 189.1 -
System Red Green Blue C M Y K H S L
Decimal 188 78 3 0 0.59 0.98 0.26 24.32 0.97 0.37
Hex BC 4E 3 0 3B 62 1A 18 61 25
Octal 274 116 3 0 73 142 32 30 141 45
Binary 10111100 1001110 11 0 111011 1100010 11010 11000 1100001 100101

Color Harmonies of #BC4E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E03

Black with #BC4E03

Text Example


Text Example

White with #BC4E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E03; }

 p { color: rgb(188,78,3); }

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

background-color css

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

 a { background-color: rgb(188,78,3); }

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

border-color css

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

 span { border-color: rgb(188,78,3); }

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