Html Css Color HEX #BD8358 Twine

📋 copy color: '#BD8358'

red 189 ◦ green 131 ◦ blue 88

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

Shades of Twine #BD8358

Tints of Twine #BD8358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.57%

R = 46.32%
G = 32.11%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD8358 (or 0xBD8358) is known color: Twine. HEX triplet: BD, 83 and 58. RGB value is (189,131,88). Sum of RGB (Red+Green+Blue) = 189+131+88=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8358 is #427CA7. Grayscale: #8F8F8F. Windows color (decimal): -4357288 or 5800893. OLE color: 5800893.

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

Color convert

RGB 189 131 88 -
CMYK 0 0.31 0.53 0.26
HSL 25.54º 0.43% 0.54% -
HSV(B) 25.54º 0.53% 0.74% -
XYZ 30.86 27.76 12.96 -
YUV 143.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 189 131 88 0 0.31 0.53 0.26 25.54 0.43 0.54
Hex BD 83 58 0 1F 35 1A 1A 2B 36
Octal 275 203 130 0 37 65 32 32 53 66
Binary 10111101 10000011 1011000 0 11111 110101 11010 11010 101011 110110

Color Harmonies of #BD8358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8358

Black with #BD8358

Text Example


Text Example

White with #BD8358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8358; }

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

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

background-color css

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

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

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

border-color css

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

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

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