Html Css Color HEX #BF6502 Tenne (Tawny)

📋 copy color: '#BF6502'

red 191 ◦ green 101 ◦ blue 2

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

Shades of Tenne (Tawny) #BF6502

Tints of Tenne (Tawny) #BF6502

RGB

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

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

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

R = 64.97%
G = 34.35%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF6502 (or 0xBF6502) is known color: Tenne (Tawny). HEX triplet: BF, 65 and 02. RGB value is (191,101,2). Sum of RGB (Red+Green+Blue) = 191+101+2=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6502 is #409AFD. Grayscale: #757575. Windows color (decimal): -4233982 or 157119. OLE color: 157119.

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

Color convert

RGB 191 101 2 -
CMYK 0 0.47 0.99 0.25
HSL 31.43º 0.98% 0.38% -
HSV(B) 31.43º 0.99% 0.75% -
XYZ 26.15 20.39 2.61 -
YUV 116.62 63.32 181.05 -
System Red Green Blue C M Y K H S L
Decimal 191 101 2 0 0.47 0.99 0.25 31.43 0.98 0.38
Hex BF 65 2 0 2F 63 19 1F 62 26
Octal 277 145 2 0 57 143 31 37 142 46
Binary 10111111 1100101 10 0 101111 1100011 11001 11111 1100010 100110

Color Harmonies of #BF6502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6502

Black with #BF6502

Text Example


Text Example

White with #BF6502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6502; }

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

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

background-color css

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

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

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

border-color css

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

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

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