Html Css Color HEX #BD9054 Twine

📋 copy color: '#BD9054'

red 189 ◦ green 144 ◦ blue 84

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

Shades of Twine #BD9054

Tints of Twine #BD9054

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.53%

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

R = 45.32%
G = 34.53%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD9054 (or 0xBD9054) is known color: Twine. HEX triplet: BD, 90 and 54. RGB value is (189,144,84). Sum of RGB (Red+Green+Blue) = 189+144+84=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9054 is #426FAB. Grayscale: #969696. Windows color (decimal): -4353964 or 5542077. OLE color: 5542077.

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

Color convert

RGB 189 144 84 -
CMYK 0 0.24 0.56 0.26
HSL 34.29º 0.44% 0.54% -
HSV(B) 34.29º 0.56% 0.74% -
XYZ 32.56 31.41 12.73 -
YUV 150.62 90.41 155.38 -
System Red Green Blue C M Y K H S L
Decimal 189 144 84 0 0.24 0.56 0.26 34.29 0.44 0.54
Hex BD 90 54 0 18 38 1A 22 2C 36
Octal 275 220 124 0 30 70 32 42 54 66
Binary 10111101 10010000 1010100 0 11000 111000 11010 100010 101100 110110

Color Harmonies of #BD9054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9054

Black with #BD9054

Text Example


Text Example

White with #BD9054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9054; }

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

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

background-color css

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

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

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

border-color css

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

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

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