Html Css Color HEX #BD650C Tenne (Tawny)

📋 copy color: '#BD650C'

red 189 ◦ green 101 ◦ blue 12

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

Shades of Tenne (Tawny) #BD650C

Tints of Tenne (Tawny) #BD650C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.97%

R = 62.58%
G = 33.44%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD650C (or 0xBD650C) is known color: Tenne (Tawny). HEX triplet: BD, 65 and 0C. RGB value is (189,101,12). Sum of RGB (Red+Green+Blue) = 189+101+12=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD650C is #429AF3. Grayscale: #757575. Windows color (decimal): -4365044 or 812477. OLE color: 812477.

HSL color Cylindrical-coordinate representation of color #BD650C: hue angle of 30.17º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD650C is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 101 12 -
CMYK 0 0.47 0.94 0.26
HSL 30.17º 0.88% 0.39% -
HSV(B) 30.17º 0.94% 0.74% -
XYZ 25.71 20.15 2.88 -
YUV 117.17 68.65 179.24 -
System Red Green Blue C M Y K H S L
Decimal 189 101 12 0 0.47 0.94 0.26 30.17 0.88 0.39
Hex BD 65 C 0 2F 5E 1A 1E 58 27
Octal 275 145 14 0 57 136 32 36 130 47
Binary 10111101 1100101 1100 0 101111 1011110 11010 11110 1011000 100111

Color Harmonies of #BD650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD650C

Black with #BD650C

Text Example


Text Example

White with #BD650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD650C; }

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

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

background-color css

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

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

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

border-color css

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

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

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