Html Css Color HEX #BD6A02 Tenne (Tawny)

📋 copy color: '#BD6A02'

red 189 ◦ green 106 ◦ blue 2

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

Shades of Tenne (Tawny) #BD6A02

Tints of Tenne (Tawny) #BD6A02

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.69%

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

R = 63.64%
G = 35.69%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD6A02 (or 0xBD6A02) is known color: Tenne (Tawny). HEX triplet: BD, 6A and 02. RGB value is (189,106,2). Sum of RGB (Red+Green+Blue) = 189+106+2=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6A02 is #4295FD. Grayscale: #777777. Windows color (decimal): -4363774 or 158397. OLE color: 158397.

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

Color convert

RGB 189 106 2 -
CMYK 0 0.44 0.99 0.26
HSL 33.37º 0.98% 0.37% -
HSV(B) 33.37º 0.99% 0.74% -
XYZ 26.15 21.13 2.76 -
YUV 118.96 62 177.96 -
System Red Green Blue C M Y K H S L
Decimal 189 106 2 0 0.44 0.99 0.26 33.37 0.98 0.37
Hex BD 6A 2 0 2C 63 1A 21 62 25
Octal 275 152 2 0 54 143 32 41 142 45
Binary 10111101 1101010 10 0 101100 1100011 11010 100001 1100010 100101

Color Harmonies of #BD6A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6A02

Black with #BD6A02

Text Example


Text Example

White with #BD6A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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