Html Css Color HEX #BD650F Tenne (Tawny)

📋 copy color: '#BD650F'

red 189 ◦ green 101 ◦ blue 15

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

Shades of Tenne (Tawny) #BD650F

Tints of Tenne (Tawny) #BD650F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 61.97%
G = 33.11%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD650F (or 0xBD650F) is known color: Tenne (Tawny). HEX triplet: BD, 65 and 0F. RGB value is (189,101,15). Sum of RGB (Red+Green+Blue) = 189+101+15=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD650F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD650F is #429AF0. Grayscale: #757575. Windows color (decimal): -4365041 or 1009085. OLE color: 1009085.

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

Color convert

RGB 189 101 15 -
CMYK 0 0.47 0.92 0.26
HSL 29.66º 0.85% 0.4% -
HSV(B) 29.66º 0.92% 0.74% -
XYZ 25.73 20.16 2.99 -
YUV 117.51 70.15 178.99 -
System Red Green Blue C M Y K H S L
Decimal 189 101 15 0 0.47 0.92 0.26 29.66 0.85 0.4
Hex BD 65 F 0 2F 5C 1A 1E 55 28
Octal 275 145 17 0 57 134 32 36 125 50
Binary 10111101 1100101 1111 0 101111 1011100 11010 11110 1010101 101000

Color Harmonies of #BD650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD650F

Black with #BD650F

Text Example


Text Example

White with #BD650F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD650F; }

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

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

background-color css

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

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

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

border-color css

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

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

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