Html Css Color HEX #B65401 Tenne (Tawny)

📋 copy color: '#B65401'

red 182 ◦ green 84 ◦ blue 1

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

Shades of Tenne (Tawny) #B65401

Tints of Tenne (Tawny) #B65401

RGB

 RED value IS 182 (71.48% from 255) = 68.16%

 GREEN value IS 84 (33.2% from 255) = 31.46%

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

R = 68.16%
G = 31.46%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B65401 (or 0xB65401) is known color: Tenne (Tawny). HEX triplet: B6, 54 and 01. RGB value is (182,84,1). Sum of RGB (Red+Green+Blue) = 182+84+1=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B65401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65401 is #49ABFE. Grayscale: #686868. Windows color (decimal): -4828159 or 87222. OLE color: 87222.

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

Color convert

RGB 182 84 1 -
CMYK 0 0.54 0.99 0.29
HSL 27.51º 0.99% 0.36% -
HSV(B) 27.51º 0.99% 0.71% -
XYZ 22.47 16.29 1.99 -
YUV 103.84 69.97 183.75 -
System Red Green Blue C M Y K H S L
Decimal 182 84 1 0 0.54 0.99 0.29 27.51 0.99 0.36
Hex B6 54 1 0 36 63 1D 1C 63 24
Octal 266 124 1 0 66 143 35 34 143 44
Binary 10110110 1010100 1 0 110110 1100011 11101 11100 1100011 100100

Color Harmonies of #B65401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65401

Black with #B65401

Text Example


Text Example

White with #B65401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65401; }

 p { color: rgb(182,84,1); }

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

background-color css

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

 a { background-color: rgb(182,84,1); }

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

border-color css

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

 span { border-color: rgb(182,84,1); }

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