Html Css Color HEX #B85103 Tenne (Tawny)

📋 copy color: '#B85103'

red 184 ◦ green 81 ◦ blue 3

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

Shades of Tenne (Tawny) #B85103

Tints of Tenne (Tawny) #B85103

RGB

 RED value IS 184 (72.27% from 255) = 68.66%

 GREEN value IS 81 (32.03% from 255) = 30.22%

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 68.66%
G = 30.22%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B85103 (or 0xB85103) is known color: Tenne (Tawny). HEX triplet: B8, 51 and 03. RGB value is (184,81,3). Sum of RGB (Red+Green+Blue) = 184+81+3=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B85103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85103 is #47AEFC. Grayscale: #676767. Windows color (decimal): -4697853 or 217528. OLE color: 217528.

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

Color convert

RGB 184 81 3 -
CMYK 0 0.56 0.98 0.28
HSL 25.86º 0.97% 0.37% -
HSV(B) 25.86º 0.98% 0.72% -
XYZ 22.73 16.08 1.99 -
YUV 102.91 71.62 185.84 -
System Red Green Blue C M Y K H S L
Decimal 184 81 3 0 0.56 0.98 0.28 25.86 0.97 0.37
Hex B8 51 3 0 38 62 1C 1A 61 25
Octal 270 121 3 0 70 142 34 32 141 45
Binary 10111000 1010001 11 0 111000 1100010 11100 11010 1100001 100101

Color Harmonies of #B85103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85103

Black with #B85103

Text Example


Text Example

White with #B85103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85103; }

 p { color: rgb(184,81,3); }

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

background-color css

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

 a { background-color: rgb(184,81,3); }

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

border-color css

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

 span { border-color: rgb(184,81,3); }

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