Html Css Color HEX #B85C03 Tenne (Tawny)

📋 copy color: '#B85C03'

red 184 ◦ green 92 ◦ blue 3

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

Shades of Tenne (Tawny) #B85C03

Tints of Tenne (Tawny) #B85C03

RGB

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

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

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

R = 65.95%
G = 32.97%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B85C03 (or 0xB85C03) is known color: Tenne (Tawny). HEX triplet: B8, 5C and 03. RGB value is (184,92,3). Sum of RGB (Red+Green+Blue) = 184+92+3=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85C03 is #47A3FC. Grayscale: #6D6D6D. Windows color (decimal): -4695037 or 220344. OLE color: 220344.

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

Color convert

RGB 184 92 3 -
CMYK 0 0.50 0.98 0.28
HSL 29.5º 0.97% 0.37% -
HSV(B) 29.5º 0.98% 0.72% -
XYZ 23.61 17.85 2.29 -
YUV 109.36 67.98 181.24 -
System Red Green Blue C M Y K H S L
Decimal 184 92 3 0 0.50 0.98 0.28 29.5 0.97 0.37
Hex B8 5C 3 0 32 62 1C 1E 61 25
Octal 270 134 3 0 62 142 34 36 141 45
Binary 10111000 1011100 11 0 110010 1100010 11100 11110 1100001 100101

Color Harmonies of #B85C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C03

Black with #B85C03

Text Example


Text Example

White with #B85C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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