Html Css Color HEX #B75702 Tenne (Tawny)

📋 copy color: '#B75702'

red 183 ◦ green 87 ◦ blue 2

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

Shades of Tenne (Tawny) #B75702

Tints of Tenne (Tawny) #B75702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.99%

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

R = 67.28%
G = 31.99%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B75702 (or 0xB75702) is known color: Tenne (Tawny). HEX triplet: B7, 57 and 02. RGB value is (183,87,2). Sum of RGB (Red+Green+Blue) = 183+87+2=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B75702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75702 is #48A8FD. Grayscale: #6A6A6A. Windows color (decimal): -4761854 or 153527. OLE color: 153527.

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

Color convert

RGB 183 87 2 -
CMYK 0 0.52 0.99 0.28
HSL 28.18º 0.98% 0.36% -
HSV(B) 28.18º 0.99% 0.72% -
XYZ 22.95 16.89 2.11 -
YUV 106.01 69.3 182.91 -
System Red Green Blue C M Y K H S L
Decimal 183 87 2 0 0.52 0.99 0.28 28.18 0.98 0.36
Hex B7 57 2 0 34 63 1C 1C 62 24
Octal 267 127 2 0 64 143 34 34 142 44
Binary 10110111 1010111 10 0 110100 1100011 11100 11100 1100010 100100

Color Harmonies of #B75702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75702

Black with #B75702

Text Example


Text Example

White with #B75702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75702; }

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

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

background-color css

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

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

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

border-color css

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

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

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