Html Css Color HEX #BD8B55 Twine

📋 copy color: '#BD8B55'

red 189 ◦ green 139 ◦ blue 85

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

Shades of Twine #BD8B55

Tints of Twine #BD8B55

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.66%

 BLUE value IS 85 (33.59% from 255) = 20.58%

R = 45.76%
G = 33.66%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD8B55 (or 0xBD8B55) is known color: Twine. HEX triplet: BD, 8B and 55. RGB value is (189,139,85). Sum of RGB (Red+Green+Blue) = 189+139+85=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8B55 is #4274AA. Grayscale: #949494. Windows color (decimal): -4355243 or 5606333. OLE color: 5606333.

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

Color convert

RGB 189 139 85 -
CMYK 0 0.26 0.55 0.26
HSL 31.15º 0.44% 0.54% -
HSV(B) 31.15º 0.55% 0.74% -
XYZ 31.86 29.94 12.69 -
YUV 147.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 189 139 85 0 0.26 0.55 0.26 31.15 0.44 0.54
Hex BD 8B 55 0 1A 37 1A 1F 2C 36
Octal 275 213 125 0 32 67 32 37 54 66
Binary 10111101 10001011 1010101 0 11010 110111 11010 11111 101100 110110

Color Harmonies of #BD8B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8B55

Black with #BD8B55

Text Example


Text Example

White with #BD8B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8B55; }

 p { color: rgb(189,139,85); }

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

background-color css

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

 a { background-color: rgb(189,139,85); }

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

border-color css

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

 span { border-color: rgb(189,139,85); }

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