Html Css Color HEX #BC4F02 Tenne (Tawny)

📋 copy color: '#BC4F02'

red 188 ◦ green 79 ◦ blue 2

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

Shades of Tenne (Tawny) #BC4F02

Tints of Tenne (Tawny) #BC4F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 69.89%
G = 29.37%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC4F02 (or 0xBC4F02) is known color: Tenne (Tawny). HEX triplet: BC, 4F and 02. RGB value is (188,79,2). Sum of RGB (Red+Green+Blue) = 188+79+2=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4F02 is #43B0FD. Grayscale: #676767. Windows color (decimal): -4436222 or 151484. OLE color: 151484.

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

Color convert

RGB 188 79 2 -
CMYK 0 0.58 0.99 0.26
HSL 24.84º 0.98% 0.37% -
HSV(B) 24.84º 0.99% 0.74% -
XYZ 23.55 16.29 1.96 -
YUV 102.81 71.11 188.76 -
System Red Green Blue C M Y K H S L
Decimal 188 79 2 0 0.58 0.99 0.26 24.84 0.98 0.37
Hex BC 4F 2 0 3A 63 1A 19 62 25
Octal 274 117 2 0 72 143 32 31 142 45
Binary 10111100 1001111 10 0 111010 1100011 11010 11001 1100010 100101

Color Harmonies of #BC4F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F02

Black with #BC4F02

Text Example


Text Example

White with #BC4F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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