Html Css Color HEX #BD620E Tenne (Tawny)

📋 copy color: '#BD620E'

red 189 ◦ green 98 ◦ blue 14

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

Shades of Tenne (Tawny) #BD620E

Tints of Tenne (Tawny) #BD620E

RGB

 RED value IS 189 (74.22% from 255) = 62.79%

 GREEN value IS 98 (38.67% from 255) = 32.56%

 BLUE value IS 14 (5.86% from 255) = 4.65%

R = 62.79%
G = 32.56%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD620E (or 0xBD620E) is known color: Tenne (Tawny). HEX triplet: BD, 62 and 0E. RGB value is (189,98,14). Sum of RGB (Red+Green+Blue) = 189+98+14=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD620E is #429DF1. Grayscale: #747474. Windows color (decimal): -4365810 or 942781. OLE color: 942781.

HSL color Cylindrical-coordinate representation of color #BD620E: hue angle of 28.8º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD620E is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 98 14 -
CMYK 0 0.48 0.93 0.26
HSL 28.8º 0.86% 0.4% -
HSV(B) 28.8º 0.93% 0.74% -
XYZ 25.43 19.59 2.86 -
YUV 115.63 70.65 180.33 -
System Red Green Blue C M Y K H S L
Decimal 189 98 14 0 0.48 0.93 0.26 28.8 0.86 0.4
Hex BD 62 E 0 30 5D 1A 1D 56 28
Octal 275 142 16 0 60 135 32 35 126 50
Binary 10111101 1100010 1110 0 110000 1011101 11010 11101 1010110 101000

Color Harmonies of #BD620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD620E

Black with #BD620E

Text Example


Text Example

White with #BD620E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD620E; }

 p { color: rgb(189,98,14); }

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

background-color css

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

 a { background-color: rgb(189,98,14); }

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

border-color css

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

 span { border-color: rgb(189,98,14); }

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