Html Css Color HEX #BD835D Twine

📋 copy color: '#BD835D'

red 189 ◦ green 131 ◦ blue 93

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

Shades of Twine #BD835D

Tints of Twine #BD835D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.72%

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

R = 45.76%
G = 31.72%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD835D (or 0xBD835D) is known color: Twine. HEX triplet: BD, 83 and 5D. RGB value is (189,131,93). Sum of RGB (Red+Green+Blue) = 189+131+93=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD835D is #427CA2. Grayscale: #909090. Windows color (decimal): -4357283 or 6128573. OLE color: 6128573.

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

Color convert

RGB 189 131 93 -
CMYK 0 0.31 0.51 0.26
HSL 23.75º 0.42% 0.55% -
HSV(B) 23.75º 0.51% 0.74% -
XYZ 31.08 27.84 14.09 -
YUV 144.01 99.22 160.09 -
System Red Green Blue C M Y K H S L
Decimal 189 131 93 0 0.31 0.51 0.26 23.75 0.42 0.55
Hex BD 83 5D 0 1F 33 1A 18 2A 37
Octal 275 203 135 0 37 63 32 30 52 67
Binary 10111101 10000011 1011101 0 11111 110011 11010 11000 101010 110111

Color Harmonies of #BD835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD835D

Black with #BD835D

Text Example


Text Example

White with #BD835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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