Html Css Color HEX #BD650E Tenne (Tawny)

📋 copy color: '#BD650E'

red 189 ◦ green 101 ◦ blue 14

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

Shades of Tenne (Tawny) #BD650E

Tints of Tenne (Tawny) #BD650E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.22%

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

R = 62.17%
G = 33.22%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD650E (or 0xBD650E) is known color: Tenne (Tawny). HEX triplet: BD, 65 and 0E. RGB value is (189,101,14). Sum of RGB (Red+Green+Blue) = 189+101+14=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD650E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD650E is #429AF1. Grayscale: #757575. Windows color (decimal): -4365042 or 943549. OLE color: 943549.

HSL color Cylindrical-coordinate representation of color #BD650E: hue angle of 29.83º 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 #BD650E is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 101 14 -
CMYK 0 0.47 0.93 0.26
HSL 29.83º 0.86% 0.4% -
HSV(B) 29.83º 0.93% 0.74% -
XYZ 25.72 20.16 2.95 -
YUV 117.39 69.65 179.07 -
System Red Green Blue C M Y K H S L
Decimal 189 101 14 0 0.47 0.93 0.26 29.83 0.86 0.4
Hex BD 65 E 0 2F 5D 1A 1E 56 28
Octal 275 145 16 0 57 135 32 36 126 50
Binary 10111101 1100101 1110 0 101111 1011101 11010 11110 1010110 101000

Color Harmonies of #BD650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD650E

Black with #BD650E

Text Example


Text Example

White with #BD650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD650E; }

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

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

background-color css

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

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

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

border-color css

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

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

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