Html Css Color HEX #BF630B Tenne (Tawny)

📋 copy color: '#BF630B'

red 191 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #BF630B

Tints of Tenne (Tawny) #BF630B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 63.46%
G = 32.89%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF630B (or 0xBF630B) is known color: Tenne (Tawny). HEX triplet: BF, 63 and 0B. RGB value is (191,99,11). Sum of RGB (Red+Green+Blue) = 191+99+11=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF630B is #409CF4. Grayscale: #747474. Windows color (decimal): -4234485 or 746431. OLE color: 746431.

HSL color Cylindrical-coordinate representation of color #BF630B: hue angle of 29.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF630B is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 99 11 -
CMYK 0 0.48 0.94 0.25
HSL 29.33º 0.89% 0.4% -
HSV(B) 29.33º 0.94% 0.75% -
XYZ 26.01 20.02 2.81 -
YUV 116.48 68.48 181.16 -
System Red Green Blue C M Y K H S L
Decimal 191 99 11 0 0.48 0.94 0.25 29.33 0.89 0.4
Hex BF 63 B 0 30 5E 19 1D 59 28
Octal 277 143 13 0 60 136 31 35 131 50
Binary 10111111 1100011 1011 0 110000 1011110 11001 11101 1011001 101000

Color Harmonies of #BF630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF630B

Black with #BF630B

Text Example


Text Example

White with #BF630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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