Html Css Color HEX #B75A00 Tenne (Tawny)

📋 copy color: '#B75A00'

red 183 ◦ green 90 ◦ blue 0

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

Shades of Tenne (Tawny) #B75A00

Tints of Tenne (Tawny) #B75A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.03%
G = 32.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B75A00 (or 0xB75A00) is known color: Tenne (Tawny). HEX triplet: B7, 5A and 00. RGB value is (183,90,0). Sum of RGB (Red+Green+Blue) = 183+90+0=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75A00 is #48A5FF. Grayscale: #6C6C6C. Windows color (decimal): -4761088 or 23223. OLE color: 23223.

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

Color convert

RGB 183 90 0 -
CMYK 0 0.51 1 0.28
HSL 29.51º 1% 0.36% -
HSV(B) 29.51º 1% 0.72% -
XYZ 23.18 17.38 2.13 -
YUV 107.55 67.31 181.82 -
System Red Green Blue C M Y K H S L
Decimal 183 90 0 0 0.51 1 0.28 29.51 1 0.36
Hex B7 5A 0 0 33 64 1C 1E 64 24
Octal 267 132 0 0 63 144 34 36 144 44
Binary 10110111 1011010 0 0 110011 1100100 11100 11110 1100100 100100

Color Harmonies of #B75A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75A00

Black with #B75A00

Text Example


Text Example

White with #B75A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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