Html Css Color HEX #BD6502 Tenne (Tawny)

📋 copy color: '#BD6502'

red 189 ◦ green 101 ◦ blue 2

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

Shades of Tenne (Tawny) #BD6502

Tints of Tenne (Tawny) #BD6502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.59%

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

R = 64.73%
G = 34.59%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD6502 (or 0xBD6502) is known color: Tenne (Tawny). HEX triplet: BD, 65 and 02. RGB value is (189,101,2). Sum of RGB (Red+Green+Blue) = 189+101+2=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6502 is #429AFD. Grayscale: #747474. Windows color (decimal): -4365054 or 157117. OLE color: 157117.

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

Color convert

RGB 189 101 2 -
CMYK 0 0.47 0.99 0.26
HSL 31.76º 0.98% 0.37% -
HSV(B) 31.76º 0.99% 0.74% -
XYZ 25.65 20.13 2.59 -
YUV 116.03 63.65 180.05 -
System Red Green Blue C M Y K H S L
Decimal 189 101 2 0 0.47 0.99 0.26 31.76 0.98 0.37
Hex BD 65 2 0 2F 63 1A 20 62 25
Octal 275 145 2 0 57 143 32 40 142 45
Binary 10111101 1100101 10 0 101111 1100011 11010 100000 1100010 100101

Color Harmonies of #BD6502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6502

Black with #BD6502

Text Example


Text Example

White with #BD6502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6502; }

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

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

background-color css

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

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

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

border-color css

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

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

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