Html Css Color HEX #BF690A Tenne (Tawny)

📋 copy color: '#BF690A'

red 191 ◦ green 105 ◦ blue 10

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

Shades of Tenne (Tawny) #BF690A

Tints of Tenne (Tawny) #BF690A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.31%

 BLUE value IS 10 (4.3% from 255) = 3.27%

R = 62.42%
G = 34.31%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF690A (or 0xBF690A) is known color: Tenne (Tawny). HEX triplet: BF, 69 and 0A. RGB value is (191,105,10). Sum of RGB (Red+Green+Blue) = 191+105+10=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF690A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF690A is #4096F5. Grayscale: #787878. Windows color (decimal): -4232950 or 682431. OLE color: 682431.

HSL color Cylindrical-coordinate representation of color #BF690A: hue angle of 31.49º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF690A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 105 10 -
CMYK 0 0.45 0.95 0.25
HSL 31.49º 0.9% 0.39% -
HSV(B) 31.49º 0.95% 0.75% -
XYZ 26.59 21.2 2.98 -
YUV 119.88 65.99 178.72 -
System Red Green Blue C M Y K H S L
Decimal 191 105 10 0 0.45 0.95 0.25 31.49 0.9 0.39
Hex BF 69 A 0 2D 5F 19 1F 5A 27
Octal 277 151 12 0 55 137 31 37 132 47
Binary 10111111 1101001 1010 0 101101 1011111 11001 11111 1011010 100111

Color Harmonies of #BF690A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF690A

Black with #BF690A

Text Example


Text Example

White with #BF690A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF690A; }

 p { color: rgb(191,105,10); }

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

background-color css

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

 a { background-color: rgb(191,105,10); }

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

border-color css

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

 span { border-color: rgb(191,105,10); }

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