Html Css Color HEX #BD5502 Tenne (Tawny)

📋 copy color: '#BD5502'

red 189 ◦ green 85 ◦ blue 2

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

Shades of Tenne (Tawny) #BD5502

Tints of Tenne (Tawny) #BD5502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 68.48%
G = 30.8%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD5502 (or 0xBD5502) is known color: Tenne (Tawny). HEX triplet: BD, 55 and 02. RGB value is (189,85,2). Sum of RGB (Red+Green+Blue) = 189+85+2=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5502 is #42AAFD. Grayscale: #6B6B6B. Windows color (decimal): -4369150 or 153021. OLE color: 153021.

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

Color convert

RGB 189 85 2 -
CMYK 0 0.55 0.99 0.26
HSL 26.63º 0.98% 0.37% -
HSV(B) 26.63º 0.99% 0.74% -
XYZ 24.25 17.32 2.12 -
YUV 106.63 68.96 186.75 -
System Red Green Blue C M Y K H S L
Decimal 189 85 2 0 0.55 0.99 0.26 26.63 0.98 0.37
Hex BD 55 2 0 37 63 1A 1B 62 25
Octal 275 125 2 0 67 143 32 33 142 45
Binary 10111101 1010101 10 0 110111 1100011 11010 11011 1100010 100101

Color Harmonies of #BD5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5502

Black with #BD5502

Text Example


Text Example

White with #BD5502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5502; }

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

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

background-color css

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

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

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

border-color css

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

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

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