Html Css Color HEX #B76101 Tenne (Tawny)

📋 copy color: '#B76101'

red 183 ◦ green 97 ◦ blue 1

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

Shades of Tenne (Tawny) #B76101

Tints of Tenne (Tawny) #B76101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.52%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 65.12%
G = 34.52%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B76101 (or 0xB76101) is known color: Tenne (Tawny). HEX triplet: B7, 61 and 01. RGB value is (183,97,1). Sum of RGB (Red+Green+Blue) = 183+97+1=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B76101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76101 is #489EFE. Grayscale: #707070. Windows color (decimal): -4759295 or 90551. OLE color: 90551.

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

Color convert

RGB 183 97 1 -
CMYK 0 0.47 0.99 0.28
HSL 31.65º 0.99% 0.36% -
HSV(B) 31.65º 0.99% 0.72% -
XYZ 23.81 18.62 2.37 -
YUV 111.77 65.49 178.81 -
System Red Green Blue C M Y K H S L
Decimal 183 97 1 0 0.47 0.99 0.28 31.65 0.99 0.36
Hex B7 61 1 0 2F 63 1C 20 63 24
Octal 267 141 1 0 57 143 34 40 143 44
Binary 10110111 1100001 1 0 101111 1100011 11100 100000 1100011 100100

Color Harmonies of #B76101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76101

Black with #B76101

Text Example


Text Example

White with #B76101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76101; }

 p { color: rgb(183,97,1); }

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

background-color css

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

 a { background-color: rgb(183,97,1); }

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

border-color css

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

 span { border-color: rgb(183,97,1); }

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