Html Css Color HEX #B7650C Tenne (Tawny)

📋 copy color: '#B7650C'

red 183 ◦ green 101 ◦ blue 12

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

Shades of Tenne (Tawny) #B7650C

Tints of Tenne (Tawny) #B7650C

RGB

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

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

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

R = 61.82%
G = 34.12%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7650C (or 0xB7650C) is known color: Tenne (Tawny). HEX triplet: B7, 65 and 0C. RGB value is (183,101,12). Sum of RGB (Red+Green+Blue) = 183+101+12=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B7650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7650C is #489AF3. Grayscale: #737373. Windows color (decimal): -4758260 or 812471. OLE color: 812471.

HSL color Cylindrical-coordinate representation of color #B7650C: hue angle of 31.23º 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 #B7650C is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 101 12 -
CMYK 0 0.45 0.93 0.28
HSL 31.23º 0.88% 0.38% -
HSV(B) 31.23º 0.93% 0.72% -
XYZ 24.25 19.4 2.81 -
YUV 115.37 69.67 176.24 -
System Red Green Blue C M Y K H S L
Decimal 183 101 12 0 0.45 0.93 0.28 31.23 0.88 0.38
Hex B7 65 C 0 2D 5D 1C 1F 58 26
Octal 267 145 14 0 55 135 34 37 130 46
Binary 10110111 1100101 1100 0 101101 1011101 11100 11111 1011000 100110

Color Harmonies of #B7650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7650C

Black with #B7650C

Text Example


Text Example

White with #B7650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7650C; }

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

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

background-color css

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

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

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

border-color css

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

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

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