Html Css Color HEX #BF650A Tenne (Tawny)

📋 copy color: '#BF650A'

red 191 ◦ green 101 ◦ blue 10

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

Shades of Tenne (Tawny) #BF650A

Tints of Tenne (Tawny) #BF650A

RGB

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

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

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

R = 63.25%
G = 33.44%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF650A (or 0xBF650A) is known color: Tenne (Tawny). HEX triplet: BF, 65 and 0A. RGB value is (191,101,10). Sum of RGB (Red+Green+Blue) = 191+101+10=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF650A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF650A is #409AF5. Grayscale: #757575. Windows color (decimal): -4233974 or 681407. OLE color: 681407.

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

Color convert

RGB 191 101 10 -
CMYK 0 0.47 0.95 0.25
HSL 30.17º 0.9% 0.39% -
HSV(B) 30.17º 0.95% 0.75% -
XYZ 26.19 20.41 2.85 -
YUV 117.54 67.32 180.4 -
System Red Green Blue C M Y K H S L
Decimal 191 101 10 0 0.47 0.95 0.25 30.17 0.9 0.39
Hex BF 65 A 0 2F 5F 19 1E 5A 27
Octal 277 145 12 0 57 137 31 36 132 47
Binary 10111111 1100101 1010 0 101111 1011111 11001 11110 1011010 100111

Color Harmonies of #BF650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF650A

Black with #BF650A

Text Example


Text Example

White with #BF650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF650A; }

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

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

background-color css

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

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

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

border-color css

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

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

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