Html Css Color HEX #BD5F0D Tenne (Tawny)

📋 copy color: '#BD5F0D'

red 189 ◦ green 95 ◦ blue 13

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

Shades of Tenne (Tawny) #BD5F0D

Tints of Tenne (Tawny) #BD5F0D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.99%

 BLUE value IS 13 (5.47% from 255) = 4.38%

R = 63.64%
G = 31.99%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD5F0D (or 0xBD5F0D) is known color: Tenne (Tawny). HEX triplet: BD, 5F and 0D. RGB value is (189,95,13). Sum of RGB (Red+Green+Blue) = 189+95+13=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5F0D is #42A0F2. Grayscale: #727272. Windows color (decimal): -4366579 or 876477. OLE color: 876477.

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

Color convert

RGB 189 95 13 -
CMYK 0 0.50 0.93 0.26
HSL 27.95º 0.87% 0.4% -
HSV(B) 27.95º 0.93% 0.74% -
XYZ 25.15 19.03 2.73 -
YUV 113.76 71.14 181.67 -
System Red Green Blue C M Y K H S L
Decimal 189 95 13 0 0.50 0.93 0.26 27.95 0.87 0.4
Hex BD 5F D 0 32 5D 1A 1C 57 28
Octal 275 137 15 0 62 135 32 34 127 50
Binary 10111101 1011111 1101 0 110010 1011101 11010 11100 1010111 101000

Color Harmonies of #BD5F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5F0D

Black with #BD5F0D

Text Example


Text Example

White with #BD5F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5F0D; }

 p { color: rgb(189,95,13); }

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

background-color css

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

 a { background-color: rgb(189,95,13); }

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

border-color css

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

 span { border-color: rgb(189,95,13); }

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