Html Css Color HEX #B76601 Tenne (Tawny)

📋 copy color: '#B76601'

red 183 ◦ green 102 ◦ blue 1

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

Shades of Tenne (Tawny) #B76601

Tints of Tenne (Tawny) #B76601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.66%

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

R = 63.99%
G = 35.66%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B76601 (or 0xB76601) is known color: Tenne (Tawny). HEX triplet: B7, 66 and 01. RGB value is (183,102,1). Sum of RGB (Red+Green+Blue) = 183+102+1=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B76601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76601 is #4899FE. Grayscale: #737373. Windows color (decimal): -4758015 or 91831. OLE color: 91831.

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

Color convert

RGB 183 102 1 -
CMYK 0 0.44 0.99 0.28
HSL 33.3º 0.99% 0.36% -
HSV(B) 33.3º 0.99% 0.72% -
XYZ 24.29 19.57 2.53 -
YUV 114.71 63.84 176.71 -
System Red Green Blue C M Y K H S L
Decimal 183 102 1 0 0.44 0.99 0.28 33.3 0.99 0.36
Hex B7 66 1 0 2C 63 1C 21 63 24
Octal 267 146 1 0 54 143 34 41 143 44
Binary 10110111 1100110 1 0 101100 1100011 11100 100001 1100011 100100

Color Harmonies of #B76601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76601

Black with #B76601

Text Example


Text Example

White with #B76601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76601; }

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

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

background-color css

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

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

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

border-color css

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

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

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