Html Css Color HEX #BF6A00 Tenne (Tawny)

📋 copy color: '#BF6A00'

red 191 ◦ green 106 ◦ blue 0

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

Shades of Tenne (Tawny) #BF6A00

Tints of Tenne (Tawny) #BF6A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.69%

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

R = 64.31%
G = 35.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF6A00 (or 0xBF6A00) is known color: Tenne (Tawny). HEX triplet: BF, 6A and 00. RGB value is (191,106,0). Sum of RGB (Red+Green+Blue) = 191+106+0=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6A00 is #4095FF. Grayscale: #777777. Windows color (decimal): -4232704 or 27327. OLE color: 27327.

HSL color Cylindrical-coordinate representation of color #BF6A00: hue angle of 33.3º 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 #BF6A00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 106 0 -
CMYK 0 0.45 1 0.25
HSL 33.3º 1% 0.37% -
HSV(B) 33.3º 1% 0.75% -
XYZ 26.64 21.38 2.72 -
YUV 119.33 60.66 179.12 -
System Red Green Blue C M Y K H S L
Decimal 191 106 0 0 0.45 1 0.25 33.3 1 0.37
Hex BF 6A 0 0 2D 64 19 21 64 25
Octal 277 152 0 0 55 144 31 41 144 45
Binary 10111111 1101010 0 0 101101 1100100 11001 100001 1100100 100101

Color Harmonies of #BF6A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6A00

Black with #BF6A00

Text Example


Text Example

White with #BF6A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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