Html Css Color HEX #B65702 Tenne (Tawny)

📋 copy color: '#B65702'

red 182 ◦ green 87 ◦ blue 2

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

Shades of Tenne (Tawny) #B65702

Tints of Tenne (Tawny) #B65702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.1%

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

R = 67.16%
G = 32.1%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B65702 (or 0xB65702) is known color: Tenne (Tawny). HEX triplet: B6, 57 and 02. RGB value is (182,87,2). Sum of RGB (Red+Green+Blue) = 182+87+2=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B65702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65702 is #49A8FD. Grayscale: #6A6A6A. Windows color (decimal): -4827390 or 153526. OLE color: 153526.

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

Color convert

RGB 182 87 2 -
CMYK 0 0.52 0.99 0.29
HSL 28.33º 0.98% 0.36% -
HSV(B) 28.33º 0.99% 0.71% -
XYZ 22.71 16.77 2.1 -
YUV 105.72 69.47 182.41 -
System Red Green Blue C M Y K H S L
Decimal 182 87 2 0 0.52 0.99 0.29 28.33 0.98 0.36
Hex B6 57 2 0 34 63 1D 1C 62 24
Octal 266 127 2 0 64 143 35 34 142 44
Binary 10110110 1010111 10 0 110100 1100011 11101 11100 1100010 100100

Color Harmonies of #B65702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65702

Black with #B65702

Text Example


Text Example

White with #B65702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65702; }

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

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

background-color css

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

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

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

border-color css

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

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

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