Html Css Color HEX #B65C04 Tenne (Tawny)

📋 copy color: '#B65C04'

red 182 ◦ green 92 ◦ blue 4

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

Shades of Tenne (Tawny) #B65C04

Tints of Tenne (Tawny) #B65C04

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.09%

 BLUE value IS 4 (1.95% from 255) = 1.44%

R = 65.47%
G = 33.09%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B65C04 (or 0xB65C04) is known color: Tenne (Tawny). HEX triplet: B6, 5C and 04. RGB value is (182,92,4). Sum of RGB (Red+Green+Blue) = 182+92+4=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65C04 is #49A3FB. Grayscale: #6D6D6D. Windows color (decimal): -4826108 or 285878. OLE color: 285878.

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

Color convert

RGB 182 92 4 -
CMYK 0 0.49 0.98 0.29
HSL 29.66º 0.96% 0.36% -
HSV(B) 29.66º 0.98% 0.71% -
XYZ 23.14 17.61 2.29 -
YUV 108.88 68.82 180.16 -
System Red Green Blue C M Y K H S L
Decimal 182 92 4 0 0.49 0.98 0.29 29.66 0.96 0.36
Hex B6 5C 4 0 31 62 1D 1E 60 24
Octal 266 134 4 0 61 142 35 36 140 44
Binary 10110110 1011100 100 0 110001 1100010 11101 11110 1100000 100100

Color Harmonies of #B65C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C04

Black with #B65C04

Text Example


Text Example

White with #B65C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C04; }

 p { color: rgb(182,92,4); }

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

background-color css

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

 a { background-color: rgb(182,92,4); }

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

border-color css

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

 span { border-color: rgb(182,92,4); }

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