Html Css Color HEX #BF620A Tenne (Tawny)

📋 copy color: '#BF620A'

red 191 ◦ green 98 ◦ blue 10

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

Shades of Tenne (Tawny) #BF620A

Tints of Tenne (Tawny) #BF620A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.78%

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

R = 63.88%
G = 32.78%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF620A (or 0xBF620A) is known color: Tenne (Tawny). HEX triplet: BF, 62 and 0A. RGB value is (191,98,10). Sum of RGB (Red+Green+Blue) = 191+98+10=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF620A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF620A is #409DF5. Grayscale: #747474. Windows color (decimal): -4234742 or 680639. OLE color: 680639.

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

Color convert

RGB 191 98 10 -
CMYK 0 0.49 0.95 0.25
HSL 29.17º 0.9% 0.39% -
HSV(B) 29.17º 0.95% 0.75% -
XYZ 25.91 19.83 2.75 -
YUV 115.78 68.31 181.66 -
System Red Green Blue C M Y K H S L
Decimal 191 98 10 0 0.49 0.95 0.25 29.17 0.9 0.39
Hex BF 62 A 0 31 5F 19 1D 5A 27
Octal 277 142 12 0 61 137 31 35 132 47
Binary 10111111 1100010 1010 0 110001 1011111 11001 11101 1011010 100111

Color Harmonies of #BF620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF620A

Black with #BF620A

Text Example


Text Example

White with #BF620A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF620A; }

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

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

background-color css

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

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

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

border-color css

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

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

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