Html Css Color HEX #BD5402 Tenne (Tawny)

📋 copy color: '#BD5402'

red 189 ◦ green 84 ◦ blue 2

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

Shades of Tenne (Tawny) #BD5402

Tints of Tenne (Tawny) #BD5402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.55%

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

R = 68.73%
G = 30.55%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD5402 (or 0xBD5402) is known color: Tenne (Tawny). HEX triplet: BD, 54 and 02. RGB value is (189,84,2). Sum of RGB (Red+Green+Blue) = 189+84+2=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5402 is #42ABFD. Grayscale: #6A6A6A. Windows color (decimal): -4369406 or 152765. OLE color: 152765.

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

Color convert

RGB 189 84 2 -
CMYK 0 0.56 0.99 0.26
HSL 26.31º 0.98% 0.37% -
HSV(B) 26.31º 0.99% 0.74% -
XYZ 24.17 17.16 2.1 -
YUV 106.05 69.29 187.17 -
System Red Green Blue C M Y K H S L
Decimal 189 84 2 0 0.56 0.99 0.26 26.31 0.98 0.37
Hex BD 54 2 0 38 63 1A 1A 62 25
Octal 275 124 2 0 70 143 32 32 142 45
Binary 10111101 1010100 10 0 111000 1100011 11010 11010 1100010 100101

Color Harmonies of #BD5402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5402

Black with #BD5402

Text Example


Text Example

White with #BD5402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5402; }

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

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

background-color css

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

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

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

border-color css

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

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

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