Html Css Color HEX #B65D01 Tenne (Tawny)

📋 copy color: '#B65D01'

red 182 ◦ green 93 ◦ blue 1

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

Shades of Tenne (Tawny) #B65D01

Tints of Tenne (Tawny) #B65D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.7%

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

R = 65.94%
G = 33.7%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B65D01 (or 0xB65D01) is known color: Tenne (Tawny). HEX triplet: B6, 5D and 01. RGB value is (182,93,1). Sum of RGB (Red+Green+Blue) = 182+93+1=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65D01 is #49A2FE. Grayscale: #6D6D6D. Windows color (decimal): -4825855 or 89526. OLE color: 89526.

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

Color convert

RGB 182 93 1 -
CMYK 0 0.49 0.99 0.29
HSL 30.5º 0.99% 0.36% -
HSV(B) 30.5º 0.99% 0.71% -
XYZ 23.21 17.78 2.24 -
YUV 109.12 66.99 179.98 -
System Red Green Blue C M Y K H S L
Decimal 182 93 1 0 0.49 0.99 0.29 30.5 0.99 0.36
Hex B6 5D 1 0 31 63 1D 1E 63 24
Octal 266 135 1 0 61 143 35 36 143 44
Binary 10110110 1011101 1 0 110001 1100011 11101 11110 1100011 100100

Color Harmonies of #B65D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65D01

Black with #B65D01

Text Example


Text Example

White with #B65D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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