Html Css Color HEX #BD5507 Tenne (Tawny)

📋 copy color: '#BD5507'

red 189 ◦ green 85 ◦ blue 7

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

Shades of Tenne (Tawny) #BD5507

Tints of Tenne (Tawny) #BD5507

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

 BLUE value IS 7 (3.13% from 255) = 2.49%

R = 67.26%
G = 30.25%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD5507 (or 0xBD5507) is known color: Tenne (Tawny). HEX triplet: BD, 55 and 07. RGB value is (189,85,7). Sum of RGB (Red+Green+Blue) = 189+85+7=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5507 is #42AAF8. Grayscale: #6B6B6B. Windows color (decimal): -4369145 or 480701. OLE color: 480701.

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

Color convert

RGB 189 85 7 -
CMYK 0 0.55 0.96 0.26
HSL 25.71º 0.93% 0.38% -
HSV(B) 25.71º 0.96% 0.74% -
XYZ 24.27 17.33 2.27 -
YUV 107.2 71.46 186.34 -
System Red Green Blue C M Y K H S L
Decimal 189 85 7 0 0.55 0.96 0.26 25.71 0.93 0.38
Hex BD 55 7 0 37 60 1A 1A 5D 26
Octal 275 125 7 0 67 140 32 32 135 46
Binary 10111101 1010101 111 0 110111 1100000 11010 11010 1011101 100110

Color Harmonies of #BD5507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5507

Black with #BD5507

Text Example


Text Example

White with #BD5507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5507; }

 p { color: rgb(189,85,7); }

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

background-color css

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

 a { background-color: rgb(189,85,7); }

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

border-color css

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

 span { border-color: rgb(189,85,7); }

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