Html Css Color HEX #BD6A03 Tenne (Tawny)

📋 copy color: '#BD6A03'

red 189 ◦ green 106 ◦ blue 3

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

Shades of Tenne (Tawny) #BD6A03

Tints of Tenne (Tawny) #BD6A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.01%

R = 63.42%
G = 35.57%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD6A03 (or 0xBD6A03) is known color: Tenne (Tawny). HEX triplet: BD, 6A and 03. RGB value is (189,106,3). Sum of RGB (Red+Green+Blue) = 189+106+3=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6A03 is #4295FC. Grayscale: #777777. Windows color (decimal): -4363773 or 223933. OLE color: 223933.

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

Color convert

RGB 189 106 3 -
CMYK 0 0.44 0.98 0.26
HSL 33.23º 0.97% 0.38% -
HSV(B) 33.23º 0.98% 0.74% -
XYZ 26.16 21.13 2.79 -
YUV 119.08 62.5 177.88 -
System Red Green Blue C M Y K H S L
Decimal 189 106 3 0 0.44 0.98 0.26 33.23 0.97 0.38
Hex BD 6A 3 0 2C 62 1A 21 61 26
Octal 275 152 3 0 54 142 32 41 141 46
Binary 10111101 1101010 11 0 101100 1100010 11010 100001 1100001 100110

Color Harmonies of #BD6A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6A03

Black with #BD6A03

Text Example


Text Example

White with #BD6A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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