Html Css Color HEX #BF6402 Tenne (Tawny)

📋 copy color: '#BF6402'

red 191 ◦ green 100 ◦ blue 2

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

Shades of Tenne (Tawny) #BF6402

Tints of Tenne (Tawny) #BF6402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

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

R = 65.19%
G = 34.13%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF6402 (or 0xBF6402) is known color: Tenne (Tawny). HEX triplet: BF, 64 and 02. RGB value is (191,100,2). Sum of RGB (Red+Green+Blue) = 191+100+2=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6402 is #409BFD. Grayscale: #747474. Windows color (decimal): -4234238 or 156863. OLE color: 156863.

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

Color convert

RGB 191 100 2 -
CMYK 0 0.48 0.99 0.25
HSL 31.11º 0.98% 0.38% -
HSV(B) 31.11º 0.99% 0.75% -
XYZ 26.05 20.2 2.58 -
YUV 116.04 63.65 181.47 -
System Red Green Blue C M Y K H S L
Decimal 191 100 2 0 0.48 0.99 0.25 31.11 0.98 0.38
Hex BF 64 2 0 30 63 19 1F 62 26
Octal 277 144 2 0 60 143 31 37 142 46
Binary 10111111 1100100 10 0 110000 1100011 11001 11111 1100010 100110

Color Harmonies of #BF6402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6402

Black with #BF6402

Text Example


Text Example

White with #BF6402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6402; }

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

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

background-color css

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

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

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

border-color css

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

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

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