Html Css Color HEX #BF6504 Tenne (Tawny)

📋 copy color: '#BF6504'

red 191 ◦ green 101 ◦ blue 4

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

Shades of Tenne (Tawny) #BF6504

Tints of Tenne (Tawny) #BF6504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 64.53%
G = 34.12%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF6504 (or 0xBF6504) is known color: Tenne (Tawny). HEX triplet: BF, 65 and 04. RGB value is (191,101,4). Sum of RGB (Red+Green+Blue) = 191+101+4=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6504 is #409AFB. Grayscale: #757575. Windows color (decimal): -4233980 or 288191. OLE color: 288191.

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

Color convert

RGB 191 101 4 -
CMYK 0 0.47 0.98 0.25
HSL 31.12º 0.96% 0.38% -
HSV(B) 31.12º 0.98% 0.75% -
XYZ 26.16 20.39 2.67 -
YUV 116.85 64.32 180.89 -
System Red Green Blue C M Y K H S L
Decimal 191 101 4 0 0.47 0.98 0.25 31.12 0.96 0.38
Hex BF 65 4 0 2F 62 19 1F 60 26
Octal 277 145 4 0 57 142 31 37 140 46
Binary 10111111 1100101 100 0 101111 1100010 11001 11111 1100000 100110

Color Harmonies of #BF6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6504

Black with #BF6504

Text Example


Text Example

White with #BF6504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6504; }

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

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

background-color css

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

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

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

border-color css

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

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

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