Html Css Color HEX #BD660A Tenne (Tawny)

📋 copy color: '#BD660A'

red 189 ◦ green 102 ◦ blue 10

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

Shades of Tenne (Tawny) #BD660A

Tints of Tenne (Tawny) #BD660A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.89%

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

R = 62.79%
G = 33.89%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD660A (or 0xBD660A) is known color: Tenne (Tawny). HEX triplet: BD, 66 and 0A. RGB value is (189,102,10). Sum of RGB (Red+Green+Blue) = 189+102+10=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD660A is #4299F5. Grayscale: #757575. Windows color (decimal): -4364790 or 681661. OLE color: 681661.

HSL color Cylindrical-coordinate representation of color #BD660A: hue angle of 30.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 #BD660A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 102 10 -
CMYK 0 0.46 0.95 0.26
HSL 30.84º 0.9% 0.39% -
HSV(B) 30.84º 0.95% 0.74% -
XYZ 25.79 20.34 2.85 -
YUV 117.53 67.32 178.98 -
System Red Green Blue C M Y K H S L
Decimal 189 102 10 0 0.46 0.95 0.26 30.84 0.9 0.39
Hex BD 66 A 0 2E 5F 1A 1F 5A 27
Octal 275 146 12 0 56 137 32 37 132 47
Binary 10111101 1100110 1010 0 101110 1011111 11010 11111 1011010 100111

Color Harmonies of #BD660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD660A

Black with #BD660A

Text Example


Text Example

White with #BD660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD660A; }

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

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

background-color css

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

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

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

border-color css

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

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

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