Html Css Color HEX #B7630C Tenne (Tawny)

📋 copy color: '#B7630C'

red 183 ◦ green 99 ◦ blue 12

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

Shades of Tenne (Tawny) #B7630C

Tints of Tenne (Tawny) #B7630C

RGB

 RED value IS 183 (71.88% from 255) = 62.24%

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

 BLUE value IS 12 (5.08% from 255) = 4.08%

R = 62.24%
G = 33.67%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7630C (or 0xB7630C) is known color: Tenne (Tawny). HEX triplet: B7, 63 and 0C. RGB value is (183,99,12). Sum of RGB (Red+Green+Blue) = 183+99+12=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B7630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7630C is #489CF3. Grayscale: #727272. Windows color (decimal): -4758772 or 811959. OLE color: 811959.

HSL color Cylindrical-coordinate representation of color #B7630C: hue angle of 30.53º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7630C is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 99 12 -
CMYK 0 0.46 0.93 0.28
HSL 30.53º 0.88% 0.38% -
HSV(B) 30.53º 0.93% 0.72% -
XYZ 24.06 19.02 2.75 -
YUV 114.2 70.33 177.07 -
System Red Green Blue C M Y K H S L
Decimal 183 99 12 0 0.46 0.93 0.28 30.53 0.88 0.38
Hex B7 63 C 0 2E 5D 1C 1F 58 26
Octal 267 143 14 0 56 135 34 37 130 46
Binary 10110111 1100011 1100 0 101110 1011101 11100 11111 1011000 100110

Color Harmonies of #B7630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7630C

Black with #B7630C

Text Example


Text Example

White with #B7630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7630C; }

 p { color: rgb(183,99,12); }

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

background-color css

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

 a { background-color: rgb(183,99,12); }

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

border-color css

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

 span { border-color: rgb(183,99,12); }

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