Html Css Color HEX #BD690B Tenne (Tawny)

📋 copy color: '#BD690B'

red 189 ◦ green 105 ◦ blue 11

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

Shades of Tenne (Tawny) #BD690B

Tints of Tenne (Tawny) #BD690B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.61%

R = 61.97%
G = 34.43%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD690B (or 0xBD690B) is known color: Tenne (Tawny). HEX triplet: BD, 69 and 0B. RGB value is (189,105,11). Sum of RGB (Red+Green+Blue) = 189+105+11=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD690B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD690B is #4296F4. Grayscale: #777777. Windows color (decimal): -4364021 or 747965. OLE color: 747965.

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

Color convert

RGB 189 105 11 -
CMYK 0 0.44 0.94 0.26
HSL 31.69º 0.89% 0.39% -
HSV(B) 31.69º 0.94% 0.74% -
XYZ 26.1 20.95 2.98 -
YUV 119.4 66.83 177.64 -
System Red Green Blue C M Y K H S L
Decimal 189 105 11 0 0.44 0.94 0.26 31.69 0.89 0.39
Hex BD 69 B 0 2C 5E 1A 20 59 27
Octal 275 151 13 0 54 136 32 40 131 47
Binary 10111101 1101001 1011 0 101100 1011110 11010 100000 1011001 100111

Color Harmonies of #BD690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD690B

Black with #BD690B

Text Example


Text Example

White with #BD690B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD690B; }

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

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

background-color css

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

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

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

border-color css

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

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

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