Html Css Color HEX #B75A02 Tenne (Tawny)

📋 copy color: '#B75A02'

red 183 ◦ green 90 ◦ blue 2

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

Shades of Tenne (Tawny) #B75A02

Tints of Tenne (Tawny) #B75A02

RGB

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

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

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

R = 66.55%
G = 32.73%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B75A02 (or 0xB75A02) is known color: Tenne (Tawny). HEX triplet: B7, 5A and 02. RGB value is (183,90,2). Sum of RGB (Red+Green+Blue) = 183+90+2=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75A02 is #48A5FD. Grayscale: #6C6C6C. Windows color (decimal): -4761086 or 154295. OLE color: 154295.

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

Color convert

RGB 183 90 2 -
CMYK 0 0.51 0.99 0.28
HSL 29.17º 0.98% 0.36% -
HSV(B) 29.17º 0.99% 0.72% -
XYZ 23.2 17.38 2.19 -
YUV 107.78 68.31 181.66 -
System Red Green Blue C M Y K H S L
Decimal 183 90 2 0 0.51 0.99 0.28 29.17 0.98 0.36
Hex B7 5A 2 0 33 63 1C 1D 62 24
Octal 267 132 2 0 63 143 34 35 142 44
Binary 10110111 1011010 10 0 110011 1100011 11100 11101 1100010 100100

Color Harmonies of #B75A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75A02

Black with #B75A02

Text Example


Text Example

White with #B75A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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