Html Css Color HEX #B65303 Tenne (Tawny)

📋 copy color: '#B65303'

red 182 ◦ green 83 ◦ blue 3

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

Shades of Tenne (Tawny) #B65303

Tints of Tenne (Tawny) #B65303

RGB

 RED value IS 182 (71.48% from 255) = 67.91%

 GREEN value IS 83 (32.81% from 255) = 30.97%

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

R = 67.91%
G = 30.97%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B65303 (or 0xB65303) is known color: Tenne (Tawny). HEX triplet: B6, 53 and 03. RGB value is (182,83,3). Sum of RGB (Red+Green+Blue) = 182+83+3=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B65303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65303 is #49ACFC. Grayscale: #676767. Windows color (decimal): -4828413 or 218038. OLE color: 218038.

HSL color Cylindrical-coordinate representation of color #B65303: hue angle of 26.82º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B65303 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 83 3 -
CMYK 0 0.54 0.98 0.29
HSL 26.82º 0.97% 0.36% -
HSV(B) 26.82º 0.98% 0.71% -
XYZ 22.4 16.14 2.02 -
YUV 103.48 71.3 184 -
System Red Green Blue C M Y K H S L
Decimal 182 83 3 0 0.54 0.98 0.29 26.82 0.97 0.36
Hex B6 53 3 0 36 62 1D 1B 61 24
Octal 266 123 3 0 66 142 35 33 141 44
Binary 10110110 1010011 11 0 110110 1100010 11101 11011 1100001 100100

Color Harmonies of #B65303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65303

Black with #B65303

Text Example


Text Example

White with #B65303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65303; }

 p { color: rgb(182,83,3); }

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

background-color css

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

 a { background-color: rgb(182,83,3); }

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

border-color css

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

 span { border-color: rgb(182,83,3); }

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