Html Css Color HEX #B75E10 Tenne (Tawny)

📋 copy color: '#B75E10'

red 183 ◦ green 94 ◦ blue 16

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

Shades of Tenne (Tawny) #B75E10

Tints of Tenne (Tawny) #B75E10

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.08%

 BLUE value IS 16 (6.64% from 255) = 5.46%

R = 62.46%
G = 32.08%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B75E10 (or 0xB75E10) is known color: Tenne (Tawny). HEX triplet: B7, 5E and 10. RGB value is (183,94,16). Sum of RGB (Red+Green+Blue) = 183+94+16=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75E10 is #48A1EF. Grayscale: #707070. Windows color (decimal): -4760048 or 1072823. OLE color: 1072823.

HSL color Cylindrical-coordinate representation of color #B75E10: hue angle of 28.02º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B75E10 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 94 16 -
CMYK 0 0.49 0.91 0.28
HSL 28.02º 0.84% 0.39% -
HSV(B) 28.02º 0.91% 0.72% -
XYZ 23.62 18.11 2.74 -
YUV 111.72 73.99 178.84 -
System Red Green Blue C M Y K H S L
Decimal 183 94 16 0 0.49 0.91 0.28 28.02 0.84 0.39
Hex B7 5E 10 0 31 5B 1C 1C 54 27
Octal 267 136 20 0 61 133 34 34 124 47
Binary 10110111 1011110 10000 0 110001 1011011 11100 11100 1010100 100111

Color Harmonies of #B75E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75E10

Black with #B75E10

Text Example


Text Example

White with #B75E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75E10; }

 p { color: rgb(183,94,16); }

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

background-color css

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

 a { background-color: rgb(183,94,16); }

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

border-color css

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

 span { border-color: rgb(183,94,16); }

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