Html Css Color HEX #B76501 Tenne (Tawny)

📋 copy color: '#B76501'

red 183 ◦ green 101 ◦ blue 1

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

Shades of Tenne (Tawny) #B76501

Tints of Tenne (Tawny) #B76501

RGB

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

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

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

R = 64.21%
G = 35.44%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B76501 (or 0xB76501) is known color: Tenne (Tawny). HEX triplet: B7, 65 and 01. RGB value is (183,101,1). Sum of RGB (Red+Green+Blue) = 183+101+1=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B76501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76501 is #489AFE. Grayscale: #727272. Windows color (decimal): -4758271 or 91575. OLE color: 91575.

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

Color convert

RGB 183 101 1 -
CMYK 0 0.45 0.99 0.28
HSL 32.97º 0.99% 0.36% -
HSV(B) 32.97º 0.99% 0.72% -
XYZ 24.19 19.38 2.49 -
YUV 114.12 64.17 177.13 -
System Red Green Blue C M Y K H S L
Decimal 183 101 1 0 0.45 0.99 0.28 32.97 0.99 0.36
Hex B7 65 1 0 2D 63 1C 21 63 24
Octal 267 145 1 0 55 143 34 41 143 44
Binary 10110111 1100101 1 0 101101 1100011 11100 100001 1100011 100100

Color Harmonies of #B76501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76501

Black with #B76501

Text Example


Text Example

White with #B76501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76501; }

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

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

background-color css

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

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

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

border-color css

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

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

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