Html Css Color HEX #BF6508 Tenne (Tawny)

📋 copy color: '#BF6508'

red 191 ◦ green 101 ◦ blue 8

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

Shades of Tenne (Tawny) #BF6508

Tints of Tenne (Tawny) #BF6508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

 BLUE value IS 8 (3.52% from 255) = 2.67%

R = 63.67%
G = 33.67%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF6508 (or 0xBF6508) is known color: Tenne (Tawny). HEX triplet: BF, 65 and 08. RGB value is (191,101,8). Sum of RGB (Red+Green+Blue) = 191+101+8=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6508 is #409AF7. Grayscale: #757575. Windows color (decimal): -4233976 or 550335. OLE color: 550335.

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

Color convert

RGB 191 101 8 -
CMYK 0 0.47 0.96 0.25
HSL 30.49º 0.92% 0.39% -
HSV(B) 30.49º 0.96% 0.75% -
XYZ 26.18 20.4 2.79 -
YUV 117.31 66.32 180.56 -
System Red Green Blue C M Y K H S L
Decimal 191 101 8 0 0.47 0.96 0.25 30.49 0.92 0.39
Hex BF 65 8 0 2F 60 19 1E 5C 27
Octal 277 145 10 0 57 140 31 36 134 47
Binary 10111111 1100101 1000 0 101111 1100000 11001 11110 1011100 100111

Color Harmonies of #BF6508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6508

Black with #BF6508

Text Example


Text Example

White with #BF6508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6508; }

 p { color: rgb(191,101,8); }

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

background-color css

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

 a { background-color: rgb(191,101,8); }

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

border-color css

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

 span { border-color: rgb(191,101,8); }

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