Html Css Color HEX #BD5D03 Tenne (Tawny)

📋 copy color: '#BD5D03'

red 189 ◦ green 93 ◦ blue 3

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

Shades of Tenne (Tawny) #BD5D03

Tints of Tenne (Tawny) #BD5D03

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.63%

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

R = 66.32%
G = 32.63%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD5D03 (or 0xBD5D03) is known color: Tenne (Tawny). HEX triplet: BD, 5D and 03. RGB value is (189,93,3). Sum of RGB (Red+Green+Blue) = 189+93+3=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5D03 is #42A2FC. Grayscale: #6F6F6F. Windows color (decimal): -4367101 or 220605. OLE color: 220605.

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

Color convert

RGB 189 93 3 -
CMYK 0 0.51 0.98 0.26
HSL 29.03º 0.97% 0.38% -
HSV(B) 29.03º 0.98% 0.74% -
XYZ 24.92 18.65 2.37 -
YUV 111.44 66.8 183.32 -
System Red Green Blue C M Y K H S L
Decimal 189 93 3 0 0.51 0.98 0.26 29.03 0.97 0.38
Hex BD 5D 3 0 33 62 1A 1D 61 26
Octal 275 135 3 0 63 142 32 35 141 46
Binary 10111101 1011101 11 0 110011 1100010 11010 11101 1100001 100110

Color Harmonies of #BD5D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5D03

Black with #BD5D03

Text Example


Text Example

White with #BD5D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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