Html Css Color HEX #BD935B Twine

📋 copy color: '#BD935B'

red 189 ◦ green 147 ◦ blue 91

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

Shades of Twine #BD935B

Tints of Twine #BD935B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.31%

R = 44.26%
G = 34.43%
B = 21.31%

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

#BD935B (or 0xBD935B) is known color: Twine. HEX triplet: BD, 93 and 5B. RGB value is (189,147,91). Sum of RGB (Red+Green+Blue) = 189+147+91=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD935B is #426CA4. Grayscale: #999999. Windows color (decimal): -4353189 or 6001597. OLE color: 6001597.

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

Color convert

RGB 189 147 91 -
CMYK 0 0.22 0.52 0.26
HSL 34.29º 0.43% 0.55% -
HSV(B) 34.29º 0.52% 0.74% -
XYZ 33.31 32.44 14.4 -
YUV 153.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 189 147 91 0 0.22 0.52 0.26 34.29 0.43 0.55
Hex BD 93 5B 0 16 34 1A 22 2B 37
Octal 275 223 133 0 26 64 32 42 53 67
Binary 10111101 10010011 1011011 0 10110 110100 11010 100010 101011 110111

Color Harmonies of #BD935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD935B

Black with #BD935B

Text Example


Text Example

White with #BD935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD935B; }

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

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

background-color css

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

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

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

border-color css

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

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

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