Html Css Color HEX #B65901 Tenne (Tawny)

📋 copy color: '#B65901'

red 182 ◦ green 89 ◦ blue 1

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

Shades of Tenne (Tawny) #B65901

Tints of Tenne (Tawny) #B65901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.72%

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

R = 66.91%
G = 32.72%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B65901 (or 0xB65901) is known color: Tenne (Tawny). HEX triplet: B6, 59 and 01. RGB value is (182,89,1). Sum of RGB (Red+Green+Blue) = 182+89+1=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B65901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65901 is #49A6FE. Grayscale: #6B6B6B. Windows color (decimal): -4826879 or 88502. OLE color: 88502.

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

Color convert

RGB 182 89 1 -
CMYK 0 0.51 0.99 0.29
HSL 29.17º 0.99% 0.36% -
HSV(B) 29.17º 0.99% 0.71% -
XYZ 22.87 17.09 2.12 -
YUV 106.78 68.31 181.66 -
System Red Green Blue C M Y K H S L
Decimal 182 89 1 0 0.51 0.99 0.29 29.17 0.99 0.36
Hex B6 59 1 0 33 63 1D 1D 63 24
Octal 266 131 1 0 63 143 35 35 143 44
Binary 10110110 1011001 1 0 110011 1100011 11101 11101 1100011 100100

Color Harmonies of #B65901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65901

Black with #B65901

Text Example


Text Example

White with #B65901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65901; }

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

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

background-color css

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

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

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

border-color css

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

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

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