Html Css Color HEX #BC4F03 Tenne (Tawny)

📋 copy color: '#BC4F03'

red 188 ◦ green 79 ◦ blue 3

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

Shades of Tenne (Tawny) #BC4F03

Tints of Tenne (Tawny) #BC4F03

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.26%

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

R = 69.63%
G = 29.26%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC4F03 (or 0xBC4F03) is known color: Tenne (Tawny). HEX triplet: BC, 4F and 03. RGB value is (188,79,3). Sum of RGB (Red+Green+Blue) = 188+79+3=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4F03 is #43B0FC. Grayscale: #676767. Windows color (decimal): -4436221 or 217020. OLE color: 217020.

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

Color convert

RGB 188 79 3 -
CMYK 0 0.58 0.98 0.26
HSL 24.65º 0.97% 0.37% -
HSV(B) 24.65º 0.98% 0.74% -
XYZ 23.55 16.29 1.99 -
YUV 102.93 71.61 188.68 -
System Red Green Blue C M Y K H S L
Decimal 188 79 3 0 0.58 0.98 0.26 24.65 0.97 0.37
Hex BC 4F 3 0 3A 62 1A 19 61 25
Octal 274 117 3 0 72 142 32 31 141 45
Binary 10111100 1001111 11 0 111010 1100010 11010 11001 1100001 100101

Color Harmonies of #BC4F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F03

Black with #BC4F03

Text Example


Text Example

White with #BC4F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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