Html Css Color HEX #BF6703 Tenne (Tawny)

📋 copy color: '#BF6703'

red 191 ◦ green 103 ◦ blue 3

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

Shades of Tenne (Tawny) #BF6703

Tints of Tenne (Tawny) #BF6703

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.68%

 BLUE value IS 3 (1.56% from 255) = 1.01%

R = 64.31%
G = 34.68%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF6703 (or 0xBF6703) is known color: Tenne (Tawny). HEX triplet: BF, 67 and 03. RGB value is (191,103,3). Sum of RGB (Red+Green+Blue) = 191+103+3=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6703 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6703 is #4098FC. Grayscale: #767676. Windows color (decimal): -4233469 or 223167. OLE color: 223167.

HSL color Cylindrical-coordinate representation of color #BF6703: hue angle of 31.91º degrees, saturation: 0.97, 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 #BF6703 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 103 3 -
CMYK 0 0.46 0.98 0.25
HSL 31.91º 0.97% 0.38% -
HSV(B) 31.91º 0.98% 0.75% -
XYZ 26.35 20.78 2.71 -
YUV 117.91 63.15 180.13 -
System Red Green Blue C M Y K H S L
Decimal 191 103 3 0 0.46 0.98 0.25 31.91 0.97 0.38
Hex BF 67 3 0 2E 62 19 20 61 26
Octal 277 147 3 0 56 142 31 40 141 46
Binary 10111111 1100111 11 0 101110 1100010 11001 100000 1100001 100110

Color Harmonies of #BF6703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6703

Black with #BF6703

Text Example


Text Example

White with #BF6703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6703; }

 p { color: rgb(191,103,3); }

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

background-color css

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

 a { background-color: rgb(191,103,3); }

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

border-color css

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

 span { border-color: rgb(191,103,3); }

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