Html Css Color HEX #BD865A Twine

📋 copy color: '#BD865A'

red 189 ◦ green 134 ◦ blue 90

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

Shades of Twine #BD865A

Tints of Twine #BD865A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.79%

R = 45.76%
G = 32.45%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD865A (or 0xBD865A) is known color: Twine. HEX triplet: BD, 86 and 5A. RGB value is (189,134,90). Sum of RGB (Red+Green+Blue) = 189+134+90=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD865A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD865A is #4279A5. Grayscale: #919191. Windows color (decimal): -4356518 or 5932733. OLE color: 5932733.

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

Color convert

RGB 189 134 90 -
CMYK 0 0.29 0.52 0.26
HSL 26.67º 0.43% 0.55% -
HSV(B) 26.67º 0.52% 0.74% -
XYZ 31.36 28.61 13.54 -
YUV 145.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 189 134 90 0 0.29 0.52 0.26 26.67 0.43 0.55
Hex BD 86 5A 0 1D 34 1A 1B 2B 37
Octal 275 206 132 0 35 64 32 33 53 67
Binary 10111101 10000110 1011010 0 11101 110100 11010 11011 101011 110111

Color Harmonies of #BD865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD865A

Black with #BD865A

Text Example


Text Example

White with #BD865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD865A; }

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

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

background-color css

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

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

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

border-color css

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

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

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