Html Css Color HEX #B45C02 Tenne (Tawny)

📋 copy color: '#B45C02'

red 180 ◦ green 92 ◦ blue 2

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

Shades of Tenne (Tawny) #B45C02

Tints of Tenne (Tawny) #B45C02

RGB

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

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

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

R = 65.69%
G = 33.58%
B = 0.73%

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

#B45C02 (or 0xB45C02) is known color: Tenne (Tawny). HEX triplet: B4, 5C and 02. RGB value is (180,92,2). Sum of RGB (Red+Green+Blue) = 180+92+2=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45C02 is #4BA3FD. Grayscale: #6C6C6C. Windows color (decimal): -4957182 or 154804. OLE color: 154804.

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

Color convert

RGB 180 92 2 -
CMYK 0 0.49 0.99 0.29
HSL 30.34º 0.98% 0.36% -
HSV(B) 30.34º 0.99% 0.71% -
XYZ 22.66 17.36 2.21 -
YUV 108.05 68.15 179.32 -
System Red Green Blue C M Y K H S L
Decimal 180 92 2 0 0.49 0.99 0.29 30.34 0.98 0.36
Hex B4 5C 2 0 31 63 1D 1E 62 24
Octal 264 134 2 0 61 143 35 36 142 44
Binary 10110100 1011100 10 0 110001 1100011 11101 11110 1100010 100100

Color Harmonies of #B45C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45C02

Black with #B45C02

Text Example


Text Example

White with #B45C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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