Html Css Color HEX #BD5C01 Tenne (Tawny)

📋 copy color: '#BD5C01'

red 189 ◦ green 92 ◦ blue 1

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

Shades of Tenne (Tawny) #BD5C01

Tints of Tenne (Tawny) #BD5C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.62%

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

R = 67.02%
G = 32.62%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD5C01 (or 0xBD5C01) is known color: Tenne (Tawny). HEX triplet: BD, 5C and 01. RGB value is (189,92,1). Sum of RGB (Red+Green+Blue) = 189+92+1=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5C01 is #42A3FE. Grayscale: #6F6F6F. Windows color (decimal): -4367359 or 89277. OLE color: 89277.

HSL color Cylindrical-coordinate representation of color #BD5C01: hue angle of 29.04º 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 #BD5C01 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 92 1 -
CMYK 0 0.51 0.99 0.26
HSL 29.04º 0.99% 0.37% -
HSV(B) 29.04º 0.99% 0.74% -
XYZ 24.82 18.48 2.29 -
YUV 110.63 66.14 183.9 -
System Red Green Blue C M Y K H S L
Decimal 189 92 1 0 0.51 0.99 0.26 29.04 0.99 0.37
Hex BD 5C 1 0 33 63 1A 1D 63 25
Octal 275 134 1 0 63 143 32 35 143 45
Binary 10111101 1011100 1 0 110011 1100011 11010 11101 1100011 100101

Color Harmonies of #BD5C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5C01

Black with #BD5C01

Text Example


Text Example

White with #BD5C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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