Html Css Color HEX #BC915A Twine

📋 copy color: '#BC915A'

red 188 ◦ green 145 ◦ blue 90

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

Shades of Twine #BC915A

Tints of Twine #BC915A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.28%

 BLUE value IS 90 (35.55% from 255) = 21.28%

R = 44.44%
G = 34.28%
B = 21.28%

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

#BC915A (or 0xBC915A) is known color: Twine. HEX triplet: BC, 91 and 5A. RGB value is (188,145,90). Sum of RGB (Red+Green+Blue) = 188+145+90=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC915A is #436EA5. Grayscale: #979797. Windows color (decimal): -4419238 or 5935548. OLE color: 5935548.

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

Color convert

RGB 188 145 90 -
CMYK 0 0.23 0.52 0.26
HSL 33.67º 0.42% 0.55% -
HSV(B) 33.67º 0.52% 0.74% -
XYZ 32.71 31.68 14.06 -
YUV 151.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 188 145 90 0 0.23 0.52 0.26 33.67 0.42 0.55
Hex BC 91 5A 0 17 34 1A 22 2A 37
Octal 274 221 132 0 27 64 32 42 52 67
Binary 10111100 10010001 1011010 0 10111 110100 11010 100010 101010 110111

Color Harmonies of #BC915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC915A

Black with #BC915A

Text Example


Text Example

White with #BC915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC915A; }

 p { color: rgb(188,145,90); }

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

background-color css

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

 a { background-color: rgb(188,145,90); }

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

border-color css

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

 span { border-color: rgb(188,145,90); }

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