Html Css Color HEX #BF6600 Tenne (Tawny)

📋 copy color: '#BF6600'

red 191 ◦ green 102 ◦ blue 0

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

Shades of Tenne (Tawny) #BF6600

Tints of Tenne (Tawny) #BF6600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.19%
G = 34.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF6600 (or 0xBF6600) is known color: Tenne (Tawny). HEX triplet: BF, 66 and 00. RGB value is (191,102,0). Sum of RGB (Red+Green+Blue) = 191+102+0=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6600 is #4099FF. Grayscale: #757575. Windows color (decimal): -4233728 or 26303. OLE color: 26303.

HSL color Cylindrical-coordinate representation of color #BF6600: hue angle of 32.04º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF6600 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 102 0 -
CMYK 0 0.47 1 0.25
HSL 32.04º 1% 0.37% -
HSV(B) 32.04º 1% 0.75% -
XYZ 26.24 20.58 2.59 -
YUV 116.98 61.99 180.79 -
System Red Green Blue C M Y K H S L
Decimal 191 102 0 0 0.47 1 0.25 32.04 1 0.37
Hex BF 66 0 0 2F 64 19 20 64 25
Octal 277 146 0 0 57 144 31 40 144 45
Binary 10111111 1100110 0 0 101111 1100100 11001 100000 1100100 100101

Color Harmonies of #BF6600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6600

Black with #BF6600

Text Example


Text Example

White with #BF6600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6600; }

 p { color: rgb(191,102,0); }

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

background-color css

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

 a { background-color: rgb(191,102,0); }

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

border-color css

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

 span { border-color: rgb(191,102,0); }

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