Html Css Color HEX #BD690A Tenne (Tawny)

📋 copy color: '#BD690A'

red 189 ◦ green 105 ◦ blue 10

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

Shades of Tenne (Tawny) #BD690A

Tints of Tenne (Tawny) #BD690A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.54%

 BLUE value IS 10 (4.3% from 255) = 3.29%

R = 62.17%
G = 34.54%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD690A (or 0xBD690A) is known color: Tenne (Tawny). HEX triplet: BD, 69 and 0A. RGB value is (189,105,10). Sum of RGB (Red+Green+Blue) = 189+105+10=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD690A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD690A is #4296F5. Grayscale: #777777. Windows color (decimal): -4364022 or 682429. OLE color: 682429.

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

Color convert

RGB 189 105 10 -
CMYK 0 0.44 0.95 0.26
HSL 31.84º 0.9% 0.39% -
HSV(B) 31.84º 0.95% 0.74% -
XYZ 26.09 20.94 2.95 -
YUV 119.29 66.33 177.72 -
System Red Green Blue C M Y K H S L
Decimal 189 105 10 0 0.44 0.95 0.26 31.84 0.9 0.39
Hex BD 69 A 0 2C 5F 1A 20 5A 27
Octal 275 151 12 0 54 137 32 40 132 47
Binary 10111101 1101001 1010 0 101100 1011111 11010 100000 1011010 100111

Color Harmonies of #BD690A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD690A

Black with #BD690A

Text Example


Text Example

White with #BD690A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD690A; }

 p { color: rgb(189,105,10); }

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

background-color css

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

 a { background-color: rgb(189,105,10); }

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

border-color css

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

 span { border-color: rgb(189,105,10); }

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