Html Css Color HEX #BD8453 Twine

📋 copy color: '#BD8453'

red 189 ◦ green 132 ◦ blue 83

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

Shades of Twine #BD8453

Tints of Twine #BD8453

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

 BLUE value IS 83 (32.81% from 255) = 20.54%

R = 46.78%
G = 32.67%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD8453 (or 0xBD8453) is known color: Twine. HEX triplet: BD, 84 and 53. RGB value is (189,132,83). Sum of RGB (Red+Green+Blue) = 189+132+83=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8453 is #427BAC. Grayscale: #8F8F8F. Windows color (decimal): -4357037 or 5473469. OLE color: 5473469.

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

Color convert

RGB 189 132 83 -
CMYK 0 0.30 0.56 0.26
HSL 27.74º 0.45% 0.53% -
HSV(B) 27.74º 0.56% 0.74% -
XYZ 30.8 27.95 11.95 -
YUV 143.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 189 132 83 0 0.30 0.56 0.26 27.74 0.45 0.53
Hex BD 84 53 0 1E 38 1A 1C 2D 35
Octal 275 204 123 0 36 70 32 34 55 65
Binary 10111101 10000100 1010011 0 11110 111000 11010 11100 101101 110101

Color Harmonies of #BD8453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8453

Black with #BD8453

Text Example


Text Example

White with #BD8453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8453; }

 p { color: rgb(189,132,83); }

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

background-color css

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

 a { background-color: rgb(189,132,83); }

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

border-color css

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

 span { border-color: rgb(189,132,83); }

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