Html Css Color HEX #BD8F61 Twine

📋 copy color: '#BD8F61'

red 189 ◦ green 143 ◦ blue 97

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

Shades of Twine #BD8F61

Tints of Twine #BD8F61

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.33%

 BLUE value IS 97 (38.28% from 255) = 22.61%

R = 44.06%
G = 33.33%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BD8F61 (or 0xBD8F61) is known color: Twine. HEX triplet: BD, 8F and 61. RGB value is (189,143,97). Sum of RGB (Red+Green+Blue) = 189+143+97=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F61 is #42709E. Grayscale: #979797. Windows color (decimal): -4354207 or 6393789. OLE color: 6393789.

HSL color Cylindrical-coordinate representation of color #BD8F61: hue angle of 30º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD8F61 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 143 97 -
CMYK 0 0.24 0.49 0.26
HSL 30º 0.41% 0.56% -
HSV(B) 30º 0.49% 0.74% -
XYZ 32.97 31.33 15.62 -
YUV 151.51 97.24 154.74 -
System Red Green Blue C M Y K H S L
Decimal 189 143 97 0 0.24 0.49 0.26 30 0.41 0.56
Hex BD 8F 61 0 18 31 1A 1E 29 38
Octal 275 217 141 0 30 61 32 36 51 70
Binary 10111101 10001111 1100001 0 11000 110001 11010 11110 101001 111000

Color Harmonies of #BD8F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F61

Black with #BD8F61

Text Example


Text Example

White with #BD8F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F61; }

 p { color: rgb(189,143,97); }

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

background-color css

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

 a { background-color: rgb(189,143,97); }

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

border-color css

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

 span { border-color: rgb(189,143,97); }

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