Html Css Color HEX #B75A0A Tenne (Tawny)

📋 copy color: '#B75A0A'

red 183 ◦ green 90 ◦ blue 10

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

Shades of Tenne (Tawny) #B75A0A

Tints of Tenne (Tawny) #B75A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.53%

R = 64.66%
G = 31.8%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B75A0A (or 0xB75A0A) is known color: Tenne (Tawny). HEX triplet: B7, 5A and 0A. RGB value is (183,90,10). Sum of RGB (Red+Green+Blue) = 183+90+10=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75A0A is #48A5F5. Grayscale: #6D6D6D. Windows color (decimal): -4761078 or 678583. OLE color: 678583.

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

Color convert

RGB 183 90 10 -
CMYK 0 0.51 0.95 0.28
HSL 27.75º 0.9% 0.38% -
HSV(B) 27.75º 0.95% 0.72% -
XYZ 23.24 17.4 2.42 -
YUV 108.69 72.31 181 -
System Red Green Blue C M Y K H S L
Decimal 183 90 10 0 0.51 0.95 0.28 27.75 0.9 0.38
Hex B7 5A A 0 33 5F 1C 1C 5A 26
Octal 267 132 12 0 63 137 34 34 132 46
Binary 10110111 1011010 1010 0 110011 1011111 11100 11100 1011010 100110

Color Harmonies of #B75A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75A0A

Black with #B75A0A

Text Example


Text Example

White with #B75A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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