Html Css Color HEX #BD925B Twine

📋 copy color: '#BD925B'

red 189 ◦ green 146 ◦ blue 91

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

Shades of Twine #BD925B

Tints of Twine #BD925B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.27%

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

R = 44.37%
G = 34.27%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD925B (or 0xBD925B) is known color: Twine. HEX triplet: BD, 92 and 5B. RGB value is (189,146,91). Sum of RGB (Red+Green+Blue) = 189+146+91=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD925B is #426DA4. Grayscale: #989898. Windows color (decimal): -4353445 or 6001341. OLE color: 6001341.

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

Color convert

RGB 189 146 91 -
CMYK 0 0.23 0.52 0.26
HSL 33.67º 0.43% 0.55% -
HSV(B) 33.67º 0.52% 0.74% -
XYZ 33.15 32.13 14.35 -
YUV 152.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 189 146 91 0 0.23 0.52 0.26 33.67 0.43 0.55
Hex BD 92 5B 0 17 34 1A 22 2B 37
Octal 275 222 133 0 27 64 32 42 53 67
Binary 10111101 10010010 1011011 0 10111 110100 11010 100010 101011 110111

Color Harmonies of #BD925B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD925B

Black with #BD925B

Text Example


Text Example

White with #BD925B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD925B; }

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

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

background-color css

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

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

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

border-color css

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

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

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