Html Css Color HEX #BD640B Tenne (Tawny)

📋 copy color: '#BD640B'

red 189 ◦ green 100 ◦ blue 11

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

Shades of Tenne (Tawny) #BD640B

Tints of Tenne (Tawny) #BD640B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.33%

 BLUE value IS 11 (4.69% from 255) = 3.67%

R = 63%
G = 33.33%
B = 3.67%

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

#BD640B (or 0xBD640B) is known color: Tenne (Tawny). HEX triplet: BD, 64 and 0B. RGB value is (189,100,11). Sum of RGB (Red+Green+Blue) = 189+100+11=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD640B is #429BF4. Grayscale: #747474. Windows color (decimal): -4365301 or 746685. OLE color: 746685.

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

Color convert

RGB 189 100 11 -
CMYK 0 0.47 0.94 0.26
HSL 30º 0.89% 0.39% -
HSV(B) 30º 0.94% 0.74% -
XYZ 25.6 19.96 2.82 -
YUV 116.47 68.49 179.74 -
System Red Green Blue C M Y K H S L
Decimal 189 100 11 0 0.47 0.94 0.26 30 0.89 0.39
Hex BD 64 B 0 2F 5E 1A 1E 59 27
Octal 275 144 13 0 57 136 32 36 131 47
Binary 10111101 1100100 1011 0 101111 1011110 11010 11110 1011001 100111

Color Harmonies of #BD640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD640B

Black with #BD640B

Text Example


Text Example

White with #BD640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD640B; }

 p { color: rgb(189,100,11); }

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

background-color css

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

 a { background-color: rgb(189,100,11); }

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

border-color css

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

 span { border-color: rgb(189,100,11); }

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