Html Css Color HEX #B65902 Tenne (Tawny)

📋 copy color: '#B65902'

red 182 ◦ green 89 ◦ blue 2

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

Shades of Tenne (Tawny) #B65902

Tints of Tenne (Tawny) #B65902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 66.67%
G = 32.6%
B = 0.73%

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

#B65902 (or 0xB65902) is known color: Tenne (Tawny). HEX triplet: B6, 59 and 02. RGB value is (182,89,2). Sum of RGB (Red+Green+Blue) = 182+89+2=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B65902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65902 is #49A6FD. Grayscale: #6B6B6B. Windows color (decimal): -4826878 or 154038. OLE color: 154038.

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

Color convert

RGB 182 89 2 -
CMYK 0 0.51 0.99 0.29
HSL 29º 0.98% 0.36% -
HSV(B) 29º 0.99% 0.71% -
XYZ 22.87 17.09 2.15 -
YUV 106.89 68.81 181.57 -
System Red Green Blue C M Y K H S L
Decimal 182 89 2 0 0.51 0.99 0.29 29 0.98 0.36
Hex B6 59 2 0 33 63 1D 1D 62 24
Octal 266 131 2 0 63 143 35 35 142 44
Binary 10110110 1011001 10 0 110011 1100011 11101 11101 1100010 100100

Color Harmonies of #B65902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65902

Black with #B65902

Text Example


Text Example

White with #B65902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65902; }

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

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

background-color css

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

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

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

border-color css

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

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

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