Html Css Color HEX #B75F0F Tenne (Tawny)

📋 copy color: '#B75F0F'

red 183 ◦ green 95 ◦ blue 15

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

Shades of Tenne (Tawny) #B75F0F

Tints of Tenne (Tawny) #B75F0F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.42%

 BLUE value IS 15 (6.25% from 255) = 5.12%

R = 62.46%
G = 32.42%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B75F0F (or 0xB75F0F) is known color: Tenne (Tawny). HEX triplet: B7, 5F and 0F. RGB value is (183,95,15). Sum of RGB (Red+Green+Blue) = 183+95+15=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75F0F is #48A0F0. Grayscale: #707070. Windows color (decimal): -4759793 or 1007543. OLE color: 1007543.

HSL color Cylindrical-coordinate representation of color #B75F0F: hue angle of 28.57º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B75F0F is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 95 15 -
CMYK 0 0.48 0.92 0.28
HSL 28.57º 0.85% 0.39% -
HSV(B) 28.57º 0.92% 0.72% -
XYZ 23.71 18.29 2.73 -
YUV 112.19 73.15 178.5 -
System Red Green Blue C M Y K H S L
Decimal 183 95 15 0 0.48 0.92 0.28 28.57 0.85 0.39
Hex B7 5F F 0 30 5C 1C 1D 55 27
Octal 267 137 17 0 60 134 34 35 125 47
Binary 10110111 1011111 1111 0 110000 1011100 11100 11101 1010101 100111

Color Harmonies of #B75F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75F0F

Black with #B75F0F

Text Example


Text Example

White with #B75F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75F0F; }

 p { color: rgb(183,95,15); }

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

background-color css

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

 a { background-color: rgb(183,95,15); }

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

border-color css

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

 span { border-color: rgb(183,95,15); }

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