Html Css Color HEX #BC5E02 Tenne (Tawny)

📋 copy color: '#BC5E02'

red 188 ◦ green 94 ◦ blue 2

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

Shades of Tenne (Tawny) #BC5E02

Tints of Tenne (Tawny) #BC5E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.1%

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

R = 66.2%
G = 33.1%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC5E02 (or 0xBC5E02) is known color: Tenne (Tawny). HEX triplet: BC, 5E and 02. RGB value is (188,94,2). Sum of RGB (Red+Green+Blue) = 188+94+2=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5E02 is #43A1FD. Grayscale: #707070. Windows color (decimal): -4432382 or 155324. OLE color: 155324.

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

Color convert

RGB 188 94 2 -
CMYK 0 0.50 0.99 0.26
HSL 29.68º 0.98% 0.37% -
HSV(B) 29.68º 0.99% 0.74% -
XYZ 24.75 18.7 2.36 -
YUV 111.62 66.14 182.48 -
System Red Green Blue C M Y K H S L
Decimal 188 94 2 0 0.50 0.99 0.26 29.68 0.98 0.37
Hex BC 5E 2 0 32 63 1A 1E 62 25
Octal 274 136 2 0 62 143 32 36 142 45
Binary 10111100 1011110 10 0 110010 1100011 11010 11110 1100010 100101

Color Harmonies of #BC5E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E02

Black with #BC5E02

Text Example


Text Example

White with #BC5E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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