Html Css Color HEX #BF5D07 Tenne (Tawny)

📋 copy color: '#BF5D07'

red 191 ◦ green 93 ◦ blue 7

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

Shades of Tenne (Tawny) #BF5D07

Tints of Tenne (Tawny) #BF5D07

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.96%

 BLUE value IS 7 (3.13% from 255) = 2.41%

R = 65.64%
G = 31.96%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF5D07 (or 0xBF5D07) is known color: Tenne (Tawny). HEX triplet: BF, 5D and 07. RGB value is (191,93,7). Sum of RGB (Red+Green+Blue) = 191+93+7=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5D07 is #40A2F8. Grayscale: #707070. Windows color (decimal): -4236025 or 482751. OLE color: 482751.

HSL color Cylindrical-coordinate representation of color #BF5D07: hue angle of 28.04º degrees, saturation: 0.93, 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 #BF5D07 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 93 7 -
CMYK 0 0.51 0.96 0.25
HSL 28.04º 0.93% 0.39% -
HSV(B) 28.04º 0.96% 0.75% -
XYZ 25.44 18.92 2.51 -
YUV 112.5 68.47 183.99 -
System Red Green Blue C M Y K H S L
Decimal 191 93 7 0 0.51 0.96 0.25 28.04 0.93 0.39
Hex BF 5D 7 0 33 60 19 1C 5D 27
Octal 277 135 7 0 63 140 31 34 135 47
Binary 10111111 1011101 111 0 110011 1100000 11001 11100 1011101 100111

Color Harmonies of #BF5D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5D07

Black with #BF5D07

Text Example


Text Example

White with #BF5D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5D07; }

 p { color: rgb(191,93,7); }

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

background-color css

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

 a { background-color: rgb(191,93,7); }

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

border-color css

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

 span { border-color: rgb(191,93,7); }

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