Html Css Color HEX #BD865C Twine

📋 copy color: '#BD865C'

red 189 ◦ green 134 ◦ blue 92

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

Shades of Twine #BD865C

Tints of Twine #BD865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.29%

 BLUE value IS 92 (36.33% from 255) = 22.17%

R = 45.54%
G = 32.29%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD865C (or 0xBD865C) is known color: Twine. HEX triplet: BD, 86 and 5C. RGB value is (189,134,92). Sum of RGB (Red+Green+Blue) = 189+134+92=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD865C is #4279A3. Grayscale: #919191. Windows color (decimal): -4356516 or 6063805. OLE color: 6063805.

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

Color convert

RGB 189 134 92 -
CMYK 0 0.29 0.51 0.26
HSL 25.98º 0.42% 0.55% -
HSV(B) 25.98º 0.51% 0.74% -
XYZ 31.44 28.64 14 -
YUV 145.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 189 134 92 0 0.29 0.51 0.26 25.98 0.42 0.55
Hex BD 86 5C 0 1D 33 1A 1A 2A 37
Octal 275 206 134 0 35 63 32 32 52 67
Binary 10111101 10000110 1011100 0 11101 110011 11010 11010 101010 110111

Color Harmonies of #BD865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD865C

Black with #BD865C

Text Example


Text Example

White with #BD865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD865C; }

 p { color: rgb(189,134,92); }

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

background-color css

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

 a { background-color: rgb(189,134,92); }

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

border-color css

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

 span { border-color: rgb(189,134,92); }

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