Html Css Color HEX #BF630A Tenne (Tawny)

📋 copy color: '#BF630A'

red 191 ◦ green 99 ◦ blue 10

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

Shades of Tenne (Tawny) #BF630A

Tints of Tenne (Tawny) #BF630A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

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

R = 63.67%
G = 33%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF630A (or 0xBF630A) is known color: Tenne (Tawny). HEX triplet: BF, 63 and 0A. RGB value is (191,99,10). Sum of RGB (Red+Green+Blue) = 191+99+10=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF630A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF630A is #409CF5. Grayscale: #747474. Windows color (decimal): -4234486 or 680895. OLE color: 680895.

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

Color convert

RGB 191 99 10 -
CMYK 0 0.48 0.95 0.25
HSL 29.5º 0.9% 0.39% -
HSV(B) 29.5º 0.95% 0.75% -
XYZ 26 20.02 2.78 -
YUV 116.36 67.98 181.24 -
System Red Green Blue C M Y K H S L
Decimal 191 99 10 0 0.48 0.95 0.25 29.5 0.9 0.39
Hex BF 63 A 0 30 5F 19 1E 5A 27
Octal 277 143 12 0 60 137 31 36 132 47
Binary 10111111 1100011 1010 0 110000 1011111 11001 11110 1011010 100111

Color Harmonies of #BF630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF630A

Black with #BF630A

Text Example


Text Example

White with #BF630A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF630A; }

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

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

background-color css

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

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

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

border-color css

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

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

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