Html Css Color HEX #B75F0C Tenne (Tawny)

📋 copy color: '#B75F0C'

red 183 ◦ green 95 ◦ blue 12

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

Shades of Tenne (Tawny) #B75F0C

Tints of Tenne (Tawny) #B75F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.14%

R = 63.1%
G = 32.76%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B75F0C (or 0xB75F0C) is known color: Tenne (Tawny). HEX triplet: B7, 5F and 0C. RGB value is (183,95,12). Sum of RGB (Red+Green+Blue) = 183+95+12=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75F0C is #48A0F3. Grayscale: #707070. Windows color (decimal): -4759796 or 810935. OLE color: 810935.

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

Color convert

RGB 183 95 12 -
CMYK 0 0.48 0.93 0.28
HSL 29.12º 0.88% 0.38% -
HSV(B) 29.12º 0.93% 0.72% -
XYZ 23.69 18.28 2.63 -
YUV 111.85 71.65 178.75 -
System Red Green Blue C M Y K H S L
Decimal 183 95 12 0 0.48 0.93 0.28 29.12 0.88 0.38
Hex B7 5F C 0 30 5D 1C 1D 58 26
Octal 267 137 14 0 60 135 34 35 130 46
Binary 10110111 1011111 1100 0 110000 1011101 11100 11101 1011000 100110

Color Harmonies of #B75F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75F0C

Black with #B75F0C

Text Example


Text Example

White with #B75F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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