Html Css Color HEX #BD8B60 Twine

📋 copy color: '#BD8B60'

red 189 ◦ green 139 ◦ blue 96

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

Shades of Twine #BD8B60

Tints of Twine #BD8B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.64%

R = 44.58%
G = 32.78%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BD8B60 (or 0xBD8B60) is known color: Twine. HEX triplet: BD, 8B and 60. RGB value is (189,139,96). Sum of RGB (Red+Green+Blue) = 189+139+96=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8B60 is #42749F. Grayscale: #959595. Windows color (decimal): -4355232 or 6327229. OLE color: 6327229.

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

Color convert

RGB 189 139 96 -
CMYK 0 0.26 0.49 0.26
HSL 27.74º 0.41% 0.56% -
HSV(B) 27.74º 0.49% 0.74% -
XYZ 32.33 30.13 15.18 -
YUV 149.05 98.07 156.5 -
System Red Green Blue C M Y K H S L
Decimal 189 139 96 0 0.26 0.49 0.26 27.74 0.41 0.56
Hex BD 8B 60 0 1A 31 1A 1C 29 38
Octal 275 213 140 0 32 61 32 34 51 70
Binary 10111101 10001011 1100000 0 11010 110001 11010 11100 101001 111000

Color Harmonies of #BD8B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8B60

Black with #BD8B60

Text Example


Text Example

White with #BD8B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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