Html Css Color HEX #BD935A Twine

📋 copy color: '#BD935A'

red 189 ◦ green 147 ◦ blue 90

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

Shades of Twine #BD935A

Tints of Twine #BD935A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.51%

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

R = 44.37%
G = 34.51%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD935A (or 0xBD935A) is known color: Twine. HEX triplet: BD, 93 and 5A. RGB value is (189,147,90). Sum of RGB (Red+Green+Blue) = 189+147+90=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD935A is #426CA5. Grayscale: #999999. Windows color (decimal): -4353190 or 5936061. OLE color: 5936061.

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

Color convert

RGB 189 147 90 -
CMYK 0 0.22 0.52 0.26
HSL 34.55º 0.43% 0.55% -
HSV(B) 34.55º 0.52% 0.74% -
XYZ 33.27 32.42 14.18 -
YUV 153.06 92.41 153.63 -
System Red Green Blue C M Y K H S L
Decimal 189 147 90 0 0.22 0.52 0.26 34.55 0.43 0.55
Hex BD 93 5A 0 16 34 1A 23 2B 37
Octal 275 223 132 0 26 64 32 43 53 67
Binary 10111101 10010011 1011010 0 10110 110100 11010 100011 101011 110111

Color Harmonies of #BD935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD935A

Black with #BD935A

Text Example


Text Example

White with #BD935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD935A; }

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

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

background-color css

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

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

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

border-color css

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

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

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