Html Css Color HEX #BC905B Twine

📋 copy color: '#BC905B'

red 188 ◦ green 144 ◦ blue 91

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

Shades of Twine #BC905B

Tints of Twine #BC905B

RGB

 RED value IS 188 (73.83% from 255) = 44.44%

 GREEN value IS 144 (56.64% from 255) = 34.04%

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

R = 44.44%
G = 34.04%
B = 21.51%

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

#BC905B (or 0xBC905B) is known color: Twine. HEX triplet: BC, 90 and 5B. RGB value is (188,144,91). Sum of RGB (Red+Green+Blue) = 188+144+91=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC905B is #436FA4. Grayscale: #979797. Windows color (decimal): -4419493 or 6000828. OLE color: 6000828.

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

Color convert

RGB 188 144 91 -
CMYK 0 0.23 0.52 0.26
HSL 32.78º 0.42% 0.55% -
HSV(B) 32.78º 0.52% 0.74% -
XYZ 32.6 31.39 14.24 -
YUV 151.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 188 144 91 0 0.23 0.52 0.26 32.78 0.42 0.55
Hex BC 90 5B 0 17 34 1A 21 2A 37
Octal 274 220 133 0 27 64 32 41 52 67
Binary 10111100 10010000 1011011 0 10111 110100 11010 100001 101010 110111

Color Harmonies of #BC905B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC905B

Black with #BC905B

Text Example


Text Example

White with #BC905B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC905B; }

 p { color: rgb(188,144,91); }

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

background-color css

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

 a { background-color: rgb(188,144,91); }

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

border-color css

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

 span { border-color: rgb(188,144,91); }

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