Html Css Color HEX #BF6C02 Tenne (Tawny)

📋 copy color: '#BF6C02'

red 191 ◦ green 108 ◦ blue 2

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

Shades of Tenne (Tawny) #BF6C02

Tints of Tenne (Tawny) #BF6C02

RGB

 RED value IS 191 (75% from 255) = 63.46%

 GREEN value IS 108 (42.58% from 255) = 35.88%

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

R = 63.46%
G = 35.88%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF6C02 (or 0xBF6C02) is known color: Tenne (Tawny). HEX triplet: BF, 6C and 02. RGB value is (191,108,2). Sum of RGB (Red+Green+Blue) = 191+108+2=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6C02 is #4093FD. Grayscale: #797979. Windows color (decimal): -4232190 or 158911. OLE color: 158911.

HSL color Cylindrical-coordinate representation of color #BF6C02: hue angle of 33.65º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF6C02 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 108 2 -
CMYK 0 0.43 0.99 0.25
HSL 33.65º 0.98% 0.38% -
HSV(B) 33.65º 0.99% 0.75% -
XYZ 26.86 21.81 2.85 -
YUV 120.73 61 178.12 -
System Red Green Blue C M Y K H S L
Decimal 191 108 2 0 0.43 0.99 0.25 33.65 0.98 0.38
Hex BF 6C 2 0 2B 63 19 22 62 26
Octal 277 154 2 0 53 143 31 42 142 46
Binary 10111111 1101100 10 0 101011 1100011 11001 100010 1100010 100110

Color Harmonies of #BF6C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6C02

Black with #BF6C02

Text Example


Text Example

White with #BF6C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6C02; }

 p { color: rgb(191,108,2); }

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

background-color css

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

 a { background-color: rgb(191,108,2); }

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

border-color css

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

 span { border-color: rgb(191,108,2); }

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