Html Css Color HEX #BD9754 Twine

📋 copy color: '#BD9754'

red 189 ◦ green 151 ◦ blue 84

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

Shades of Twine #BD9754

Tints of Twine #BD9754

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.61%

 BLUE value IS 84 (33.2% from 255) = 19.81%

R = 44.58%
G = 35.61%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD9754 (or 0xBD9754) is known color: Twine. HEX triplet: BD, 97 and 54. RGB value is (189,151,84). Sum of RGB (Red+Green+Blue) = 189+151+84=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9754 is #4268AB. Grayscale: #9B9B9B. Windows color (decimal): -4352172 or 5543869. OLE color: 5543869.

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

Color convert

RGB 189 151 84 -
CMYK 0 0.20 0.56 0.26
HSL 38.29º 0.44% 0.54% -
HSV(B) 38.29º 0.56% 0.74% -
XYZ 33.65 33.59 13.1 -
YUV 154.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 189 151 84 0 0.20 0.56 0.26 38.29 0.44 0.54
Hex BD 97 54 0 14 38 1A 26 2C 36
Octal 275 227 124 0 24 70 32 46 54 66
Binary 10111101 10010111 1010100 0 10100 111000 11010 100110 101100 110110

Color Harmonies of #BD9754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9754

Black with #BD9754

Text Example


Text Example

White with #BD9754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9754; }

 p { color: rgb(189,151,84); }

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

background-color css

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

 a { background-color: rgb(189,151,84); }

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

border-color css

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

 span { border-color: rgb(189,151,84); }

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