Html Css Color HEX #B75C02 Tenne (Tawny)

📋 copy color: '#B75C02'

red 183 ◦ green 92 ◦ blue 2

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

Shades of Tenne (Tawny) #B75C02

Tints of Tenne (Tawny) #B75C02

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.21%

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

R = 66.06%
G = 33.21%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B75C02 (or 0xB75C02) is known color: Tenne (Tawny). HEX triplet: B7, 5C and 02. RGB value is (183,92,2). Sum of RGB (Red+Green+Blue) = 183+92+2=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75C02 is #48A3FD. Grayscale: #6D6D6D. Windows color (decimal): -4760574 or 154807. OLE color: 154807.

HSL color Cylindrical-coordinate representation of color #B75C02: hue angle of 29.83º 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 #B75C02 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 92 2 -
CMYK 0 0.50 0.99 0.28
HSL 29.83º 0.98% 0.36% -
HSV(B) 29.83º 0.99% 0.72% -
XYZ 23.37 17.73 2.25 -
YUV 108.95 67.65 180.82 -
System Red Green Blue C M Y K H S L
Decimal 183 92 2 0 0.50 0.99 0.28 29.83 0.98 0.36
Hex B7 5C 2 0 32 63 1C 1E 62 24
Octal 267 134 2 0 62 143 34 36 142 44
Binary 10110111 1011100 10 0 110010 1100011 11100 11110 1100010 100100

Color Harmonies of #B75C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75C02

Black with #B75C02

Text Example


Text Example

White with #B75C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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