Html Css Color HEX #B75504 Tenne (Tawny)

📋 copy color: '#B75504'

red 183 ◦ green 85 ◦ blue 4

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

Shades of Tenne (Tawny) #B75504

Tints of Tenne (Tawny) #B75504

RGB

 RED value IS 183 (71.88% from 255) = 67.28%

 GREEN value IS 85 (33.59% from 255) = 31.25%

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

R = 67.28%
G = 31.25%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B75504 (or 0xB75504) is known color: Tenne (Tawny). HEX triplet: B7, 55 and 04. RGB value is (183,85,4). Sum of RGB (Red+Green+Blue) = 183+85+4=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B75504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75504 is #48AAFB. Grayscale: #696969. Windows color (decimal): -4762364 or 284087. OLE color: 284087.

HSL color Cylindrical-coordinate representation of color #B75504: hue angle of 27.15º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B75504 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 85 4 -
CMYK 0 0.54 0.98 0.28
HSL 27.15º 0.96% 0.37% -
HSV(B) 27.15º 0.98% 0.72% -
XYZ 22.8 16.57 2.11 -
YUV 105.07 70.97 183.59 -
System Red Green Blue C M Y K H S L
Decimal 183 85 4 0 0.54 0.98 0.28 27.15 0.96 0.37
Hex B7 55 4 0 36 62 1C 1B 60 25
Octal 267 125 4 0 66 142 34 33 140 45
Binary 10110111 1010101 100 0 110110 1100010 11100 11011 1100000 100101

Color Harmonies of #B75504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75504

Black with #B75504

Text Example


Text Example

White with #B75504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75504; }

 p { color: rgb(183,85,4); }

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

background-color css

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

 a { background-color: rgb(183,85,4); }

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

border-color css

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

 span { border-color: rgb(183,85,4); }

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