Html Css Color HEX #BD8A61 Twine

📋 copy color: '#BD8A61'

red 189 ◦ green 138 ◦ blue 97

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

Shades of Twine #BD8A61

Tints of Twine #BD8A61

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.55%

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

R = 44.58%
G = 32.55%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BD8A61 (or 0xBD8A61) is known color: Twine. HEX triplet: BD, 8A and 61. RGB value is (189,138,97). Sum of RGB (Red+Green+Blue) = 189+138+97=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8A61 is #42759E. Grayscale: #949494. Windows color (decimal): -4355487 or 6392509. OLE color: 6392509.

HSL color Cylindrical-coordinate representation of color #BD8A61: hue angle of 26.74º 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 #BD8A61 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 138 97 -
CMYK 0 0.27 0.49 0.26
HSL 26.74º 0.41% 0.56% -
HSV(B) 26.74º 0.49% 0.74% -
XYZ 32.23 29.86 15.37 -
YUV 148.58 98.9 156.83 -
System Red Green Blue C M Y K H S L
Decimal 189 138 97 0 0.27 0.49 0.26 26.74 0.41 0.56
Hex BD 8A 61 0 1B 31 1A 1B 29 38
Octal 275 212 141 0 33 61 32 33 51 70
Binary 10111101 10001010 1100001 0 11011 110001 11010 11011 101001 111000

Color Harmonies of #BD8A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A61

Black with #BD8A61

Text Example


Text Example

White with #BD8A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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