Html Css Color HEX #BD5E01 Tenne (Tawny)

📋 copy color: '#BD5E01'

red 189 ◦ green 94 ◦ blue 1

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

Shades of Tenne (Tawny) #BD5E01

Tints of Tenne (Tawny) #BD5E01

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.1%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 66.55%
G = 33.1%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD5E01 (or 0xBD5E01) is known color: Tenne (Tawny). HEX triplet: BD, 5E and 01. RGB value is (189,94,1). Sum of RGB (Red+Green+Blue) = 189+94+1=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5E01 is #42A1FE. Grayscale: #707070. Windows color (decimal): -4366847 or 89789. OLE color: 89789.

HSL color Cylindrical-coordinate representation of color #BD5E01: hue angle of 29.68º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD5E01 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 94 1 -
CMYK 0 0.50 0.99 0.26
HSL 29.68º 0.99% 0.37% -
HSV(B) 29.68º 0.99% 0.74% -
XYZ 24.99 18.83 2.35 -
YUV 111.8 65.47 183.06 -
System Red Green Blue C M Y K H S L
Decimal 189 94 1 0 0.50 0.99 0.26 29.68 0.99 0.37
Hex BD 5E 1 0 32 63 1A 1E 63 25
Octal 275 136 1 0 62 143 32 36 143 45
Binary 10111101 1011110 1 0 110010 1100011 11010 11110 1100011 100101

Color Harmonies of #BD5E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E01

Black with #BD5E01

Text Example


Text Example

White with #BD5E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E01; }

 p { color: rgb(189,94,1); }

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

background-color css

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

 a { background-color: rgb(189,94,1); }

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

border-color css

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

 span { border-color: rgb(189,94,1); }

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