Html Css Color HEX #B45C04 Tenne (Tawny)

📋 copy color: '#B45C04'

red 180 ◦ green 92 ◦ blue 4

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

Shades of Tenne (Tawny) #B45C04

Tints of Tenne (Tawny) #B45C04

RGB

 RED value IS 180 (70.7% from 255) = 65.22%

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

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

R = 65.22%
G = 33.33%
B = 1.45%

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

#B45C04 (or 0xB45C04) is known color: Tenne (Tawny). HEX triplet: B4, 5C and 04. RGB value is (180,92,4). Sum of RGB (Red+Green+Blue) = 180+92+4=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45C04 is #4BA3FB. Grayscale: #6C6C6C. Windows color (decimal): -4957180 or 285876. OLE color: 285876.

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

Color convert

RGB 180 92 4 -
CMYK 0 0.49 0.98 0.29
HSL 30º 0.96% 0.36% -
HSV(B) 30º 0.98% 0.71% -
XYZ 22.67 17.37 2.27 -
YUV 108.28 69.15 179.16 -
System Red Green Blue C M Y K H S L
Decimal 180 92 4 0 0.49 0.98 0.29 30 0.96 0.36
Hex B4 5C 4 0 31 62 1D 1E 60 24
Octal 264 134 4 0 61 142 35 36 140 44
Binary 10110100 1011100 100 0 110001 1100010 11101 11110 1100000 100100

Color Harmonies of #B45C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45C04

Black with #B45C04

Text Example


Text Example

White with #B45C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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