Html Css Color HEX #B75100 Tenne (Tawny)

📋 copy color: '#B75100'

red 183 ◦ green 81 ◦ blue 0

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

Shades of Tenne (Tawny) #B75100

Tints of Tenne (Tawny) #B75100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.32%
G = 30.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B75100 (or 0xB75100) is known color: Tenne (Tawny). HEX triplet: B7, 51 and 00. RGB value is (183,81,0). Sum of RGB (Red+Green+Blue) = 183+81+0=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B75100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75100 is #48AEFF. Grayscale: #666666. Windows color (decimal): -4763392 or 20919. OLE color: 20919.

HSL color Cylindrical-coordinate representation of color #B75100: hue angle of 26.56º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B75100 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 81 0 -
CMYK 0 0.56 1 0.28
HSL 26.56º 1% 0.36% -
HSV(B) 26.56º 1% 0.72% -
XYZ 22.47 15.95 1.89 -
YUV 102.26 70.29 185.59 -
System Red Green Blue C M Y K H S L
Decimal 183 81 0 0 0.56 1 0.28 26.56 1 0.36
Hex B7 51 0 0 38 64 1C 1B 64 24
Octal 267 121 0 0 70 144 34 33 144 44
Binary 10110111 1010001 0 0 111000 1100100 11100 11011 1100100 100100

Color Harmonies of #B75100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75100

Black with #B75100

Text Example


Text Example

White with #B75100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75100; }

 p { color: rgb(183,81,0); }

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

background-color css

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

 a { background-color: rgb(183,81,0); }

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

border-color css

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

 span { border-color: rgb(183,81,0); }

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