Html Css Color HEX #BD5903 Tenne (Tawny)

📋 copy color: '#BD5903'

red 189 ◦ green 89 ◦ blue 3

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

Shades of Tenne (Tawny) #BD5903

Tints of Tenne (Tawny) #BD5903

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

 BLUE value IS 3 (1.56% from 255) = 1.07%

R = 67.26%
G = 31.67%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD5903 (or 0xBD5903) is known color: Tenne (Tawny). HEX triplet: BD, 59 and 03. RGB value is (189,89,3). Sum of RGB (Red+Green+Blue) = 189+89+3=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5903 is #42A6FC. Grayscale: #6D6D6D. Windows color (decimal): -4368125 or 219581. OLE color: 219581.

HSL color Cylindrical-coordinate representation of color #BD5903: hue angle of 27.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD5903 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 89 3 -
CMYK 0 0.53 0.98 0.26
HSL 27.74º 0.97% 0.38% -
HSV(B) 27.74º 0.98% 0.74% -
XYZ 24.58 17.97 2.26 -
YUV 109.1 68.13 184.99 -
System Red Green Blue C M Y K H S L
Decimal 189 89 3 0 0.53 0.98 0.26 27.74 0.97 0.38
Hex BD 59 3 0 35 62 1A 1C 61 26
Octal 275 131 3 0 65 142 32 34 141 46
Binary 10111101 1011001 11 0 110101 1100010 11010 11100 1100001 100110

Color Harmonies of #BD5903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5903

Black with #BD5903

Text Example


Text Example

White with #BD5903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5903; }

 p { color: rgb(189,89,3); }

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

background-color css

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

 a { background-color: rgb(189,89,3); }

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

border-color css

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

 span { border-color: rgb(189,89,3); }

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