Html Css Color HEX #BD855D Twine

📋 copy color: '#BD855D'

red 189 ◦ green 133 ◦ blue 93

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

Shades of Twine #BD855D

Tints of Twine #BD855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.05%

 BLUE value IS 93 (36.72% from 255) = 22.41%

R = 45.54%
G = 32.05%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD855D (or 0xBD855D) is known color: Twine. HEX triplet: BD, 85 and 5D. RGB value is (189,133,93). Sum of RGB (Red+Green+Blue) = 189+133+93=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD855D is #427AA2. Grayscale: #919191. Windows color (decimal): -4356771 or 6129085. OLE color: 6129085.

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

Color convert

RGB 189 133 93 -
CMYK 0 0.30 0.51 0.26
HSL 25º 0.42% 0.55% -
HSV(B) 25º 0.51% 0.74% -
XYZ 31.35 28.38 14.18 -
YUV 145.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 189 133 93 0 0.30 0.51 0.26 25 0.42 0.55
Hex BD 85 5D 0 1E 33 1A 19 2A 37
Octal 275 205 135 0 36 63 32 31 52 67
Binary 10111101 10000101 1011101 0 11110 110011 11010 11001 101010 110111

Color Harmonies of #BD855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD855D

Black with #BD855D

Text Example


Text Example

White with #BD855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD855D; }

 p { color: rgb(189,133,93); }

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

background-color css

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

 a { background-color: rgb(189,133,93); }

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

border-color css

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

 span { border-color: rgb(189,133,93); }

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