Html Css Color HEX #B75A08 Tenne (Tawny)

📋 copy color: '#B75A08'

red 183 ◦ green 90 ◦ blue 8

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

Shades of Tenne (Tawny) #B75A08

Tints of Tenne (Tawny) #B75A08

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.03%

 BLUE value IS 8 (3.52% from 255) = 2.85%

R = 65.12%
G = 32.03%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B75A08 (or 0xB75A08) is known color: Tenne (Tawny). HEX triplet: B7, 5A and 08. RGB value is (183,90,8). Sum of RGB (Red+Green+Blue) = 183+90+8=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75A08 is #48A5F7. Grayscale: #6C6C6C. Windows color (decimal): -4761080 or 547511. OLE color: 547511.

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

Color convert

RGB 183 90 8 -
CMYK 0 0.51 0.96 0.28
HSL 28.11º 0.92% 0.37% -
HSV(B) 28.11º 0.96% 0.72% -
XYZ 23.23 17.4 2.36 -
YUV 108.46 71.31 181.17 -
System Red Green Blue C M Y K H S L
Decimal 183 90 8 0 0.51 0.96 0.28 28.11 0.92 0.37
Hex B7 5A 8 0 33 60 1C 1C 5C 25
Octal 267 132 10 0 63 140 34 34 134 45
Binary 10110111 1011010 1000 0 110011 1100000 11100 11100 1011100 100101

Color Harmonies of #B75A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75A08

Black with #B75A08

Text Example


Text Example

White with #B75A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75A08; }

 p { color: rgb(183,90,8); }

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

background-color css

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

 a { background-color: rgb(183,90,8); }

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

border-color css

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

 span { border-color: rgb(183,90,8); }

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