Html Css Color HEX #BD5701 Tenne (Tawny)

📋 copy color: '#BD5701'

red 189 ◦ green 87 ◦ blue 1

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

Shades of Tenne (Tawny) #BD5701

Tints of Tenne (Tawny) #BD5701

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

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

R = 68.23%
G = 31.41%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD5701 (or 0xBD5701) is known color: Tenne (Tawny). HEX triplet: BD, 57 and 01. RGB value is (189,87,1). Sum of RGB (Red+Green+Blue) = 189+87+1=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5701 is #42A8FE. Grayscale: #6C6C6C. Windows color (decimal): -4368639 or 87997. OLE color: 87997.

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

Color convert

RGB 189 87 1 -
CMYK 0 0.54 0.99 0.26
HSL 27.45º 0.99% 0.37% -
HSV(B) 27.45º 0.99% 0.74% -
XYZ 24.4 17.64 2.15 -
YUV 107.69 67.79 185.99 -
System Red Green Blue C M Y K H S L
Decimal 189 87 1 0 0.54 0.99 0.26 27.45 0.99 0.37
Hex BD 57 1 0 36 63 1A 1B 63 25
Octal 275 127 1 0 66 143 32 33 143 45
Binary 10111101 1010111 1 0 110110 1100011 11010 11011 1100011 100101

Color Harmonies of #BD5701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5701

Black with #BD5701

Text Example


Text Example

White with #BD5701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5701; }

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

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

background-color css

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

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

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

border-color css

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

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

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