Html Css Color HEX #BD620C Tenne (Tawny)

📋 copy color: '#BD620C'

red 189 ◦ green 98 ◦ blue 12

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

Shades of Tenne (Tawny) #BD620C

Tints of Tenne (Tawny) #BD620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.78%

 BLUE value IS 12 (5.08% from 255) = 4.01%

R = 63.21%
G = 32.78%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD620C (or 0xBD620C) is known color: Tenne (Tawny). HEX triplet: BD, 62 and 0C. RGB value is (189,98,12). Sum of RGB (Red+Green+Blue) = 189+98+12=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD620C is #429DF3. Grayscale: #737373. Windows color (decimal): -4365812 or 811709. OLE color: 811709.

HSL color Cylindrical-coordinate representation of color #BD620C: hue angle of 29.15º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD620C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 98 12 -
CMYK 0 0.48 0.94 0.26
HSL 29.15º 0.88% 0.39% -
HSV(B) 29.15º 0.94% 0.74% -
XYZ 25.42 19.58 2.79 -
YUV 115.41 69.65 180.49 -
System Red Green Blue C M Y K H S L
Decimal 189 98 12 0 0.48 0.94 0.26 29.15 0.88 0.39
Hex BD 62 C 0 30 5E 1A 1D 58 27
Octal 275 142 14 0 60 136 32 35 130 47
Binary 10111101 1100010 1100 0 110000 1011110 11010 11101 1011000 100111

Color Harmonies of #BD620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD620C

Black with #BD620C

Text Example


Text Example

White with #BD620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD620C; }

 p { color: rgb(189,98,12); }

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

background-color css

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

 a { background-color: rgb(189,98,12); }

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

border-color css

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

 span { border-color: rgb(189,98,12); }

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